swift-docker icon indicating copy to clipboard operation
swift-docker copied to clipboard

Create a .dockerignore file with sensible defaults

Open iainsmith opened this issue 5 years ago • 0 comments

You usually don't want your .git & .build folder to be copied from your local machine into the docker image.

We can probably reasonably copy your .gitignore file into your .dockerignore file

iainsmith avatar Apr 20 '20 13:04 iainsmith