Closed starcraft66 closed 4 years ago
There's a lot of room for improvement in the docker image build process. We can use a .dockerignore to make the docker build context much smaller. We can use a multi-stage docker build to make the resulting image a lot smaller.
.dockerignore
There may be other stuff I didn't think of...
There's a lot of room for improvement in the docker image build process. We can use a
.dockerignore
to make the docker build context much smaller. We can use a multi-stage docker build to make the resulting image a lot smaller.There may be other stuff I didn't think of...