Skip to content

Commit

Permalink
Add .dockerignore file
Browse files Browse the repository at this point in the history
This excludes unnecessary files for production use on Docker image
build.
  • Loading branch information
BirkhoffLee committed Dec 4, 2019
1 parent bf2e8c9 commit ec87e72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.dockerignore
.gitignore
*.md
.git/
.idea/
.DS_Store/
docker-compose.*
LICENSE
nginx.conf
yarn.lock

0 comments on commit ec87e72

Please sign in to comment.