Fix .dockerignore by moving them into the actual contexts

This commit is contained in:
Paul Bienkowski 2021-05-14 09:19:25 +02:00
parent 7aee81dcee
commit bc682a22a1
3 changed files with 2 additions and 2 deletions

View file

@ -1,2 +0,0 @@
local/
node_modules/

View file

@ -1,2 +1,3 @@
local/
node_modules/
node_modules

1
frontend/.dockerignore Normal file
View file

@ -0,0 +1 @@
node_modules