Skip to content

Commit a738bea

Browse files
authored
Merge pull request #255 from minrk/simpler-dockerignore
simplify dockerignore to exclude node_modules
2 parents 9ff9e38 + 53f8582 commit a738bea

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.dockerignore

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# Ignore everything...
2-
*
3-
# ... except:
4-
!bin/
5-
!lib/
6-
!chp-docker-entrypoint
7-
!index.js
8-
!package*.json
9-
!LICENSE
1+
# ignore local assets from development
2+
node_modules

0 commit comments

Comments
 (0)