mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 20:32:11 +03:00
fix(docker): fixed .dev missing
This commit is contained in:
parent
b8f8851ccd
commit
b228bc0e80
@ -30,7 +30,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
build:
|
build:
|
||||||
context: backend
|
context: backend
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- DEV_MODE=true
|
- DEV_MODE=true
|
||||||
container_name: backend-core
|
container_name: backend-core
|
||||||
|
Loading…
Reference in New Issue
Block a user