DEVOPS-1787 fix docker-compose
This commit is contained in:
parent
141a646012
commit
00134b2905
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
dashboard:
|
dashboard:
|
||||||
build:
|
build:
|
||||||
context: ./..
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue