fix context on dasboard-v2 container
This commit is contained in:
parent
de7e7879b7
commit
68bd26f17e
|
@ -79,7 +79,9 @@ services:
|
||||||
- mongo
|
- mongo
|
||||||
|
|
||||||
dashboard-v2:
|
dashboard-v2:
|
||||||
build: packages/dashboard-v2/Dockerfile
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: packages/dashboard-v2/Dockerfile
|
||||||
container_name: dashboard-v2
|
container_name: dashboard-v2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
Reference in New Issue