Fix: Remove 01 from .dockerignore so folder is included in build context
This commit is contained in:
+3
-2
@@ -1,4 +1,3 @@
|
|||||||
01
|
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.git
|
.git
|
||||||
@@ -12,5 +11,7 @@ QUICK_START.md
|
|||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
Dockerfile
|
docker-compose.local.yml
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|||||||
Reference in New Issue
Block a user