Fix .dockerignore by moving them into the actual contexts
This commit is contained in:
parent
7aee81dcee
commit
bc682a22a1
|
@ -1,2 +0,0 @@
|
||||||
local/
|
|
||||||
node_modules/
|
|
|
@ -1,2 +1,3 @@
|
||||||
local/
|
local/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
node_modules
|
||||||
|
|
1
frontend/.dockerignore
Normal file
1
frontend/.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
Loading…
Reference in a new issue