Skip to content

Commit

Permalink
fix(docker): Add .dockerignore file
Browse files Browse the repository at this point in the history
This file helps reduce errors in our Docker builds, primarily by
ensuring the local `node_modules` directory is not used when building
the Docker image.

Connects pelias#42
  • Loading branch information
orangejulius committed Oct 13, 2020
1 parent bf1adb3 commit 7a8392c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git
node_modules

0 comments on commit 7a8392c

Please sign in to comment.