fix context on dasboard-v2 container

This commit is contained in:
Karol Wypchlo 2022-04-21 11:27:34 +02:00
parent de7e7879b7
commit 68bd26f17e
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,9 @@ services:
- mongo
dashboard-v2:
build: packages/dashboard-v2/Dockerfile
build:
context: .
dockerfile: packages/dashboard-v2/Dockerfile
container_name: dashboard-v2
restart: unless-stopped
logging: *default-logging