Skip to content

Commit 53f8582

Browse files
committed
simplify dockerignore to exclude node_modules
instead of explicitly including every path this results in including a few small, not strictly necessary files, but will be much simpler to maintain
1 parent 9ff9e38 commit 53f8582

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)