Skip to content

Commit

Permalink
add .dockerignore
Browse files Browse the repository at this point in the history
Files listed in .dockerignore will be excluded from the build context
and won't be sent to the Docker daemon.
  • Loading branch information
nicoqh committed Jun 22, 2020
1 parent 968195e commit c35194b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.git
.gitignore
.dockerignore
Dockerfile
dist
node_modules
npm-debug.log
README.md

0 comments on commit c35194b

Please sign in to comment.