Add .dockerignore for a smaller docker build context
This commit is contained in:
parent
95ff0d3758
commit
3d50758773
1 changed files with 11 additions and 0 deletions
11
.dockerignore
Normal file
11
.dockerignore
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Examples
|
||||
examples/
|
||||
|
||||
# Git
|
||||
.git/
|
||||
|
||||
# PHPStorm
|
||||
.idea/
|
||||
|
||||
# OSX
|
||||
.DS_Store
|
Loading…
Add table
Add a link
Reference in a new issue