Add .dockerignore file to exclude unnecessary files from Docker context
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
8
.dockerignore
Normal file
8
.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile
|
||||
vhost.conf
|
||||
*.log
|
||||
node_modules
|
||||
vendor/*
|
||||
!vendor/.gitkeep
|
||||
Reference in New Issue
Block a user