add dockerignore
This commit is contained in:
parent
c8a357ca0d
commit
b885118d4b
1 changed files with 12 additions and 0 deletions
12
.dockerignore
Normal file
12
.dockerignore
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
.env
|
||||||
|
var
|
||||||
|
uploads
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Mac OS X
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue