Skip to content

Commit c35194b

Browse files
committed
add .dockerignore
Files listed in .dockerignore will be excluded from the build context and won't be sent to the Docker daemon.
1 parent 968195e commit c35194b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.dockerignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.git
2+
.gitignore
3+
.dockerignore
4+
Dockerfile
5+
dist
6+
node_modules
7+
npm-debug.log
8+
README.md

0 commit comments

Comments
 (0)