define the list of files to ignore in the Docker context
This commit is contained in:
parent
52f5426e5a
commit
17a4590a6e
|
|
@ -0,0 +1,9 @@
|
||||||
|
.git
|
||||||
|
.dockerignore
|
||||||
|
Dockerfile
|
||||||
|
node_modules
|
||||||
|
pacosako.db
|
||||||
|
data/
|
||||||
|
.*.swp
|
||||||
|
.*.swo
|
||||||
|
*~
|
||||||
Loading…
Reference in New Issue