DEVOPS-1787 fix docker-compose

This commit is contained in:
Pavel Zilke 2024-08-28 23:13:01 +03:00
parent 141a646012
commit 00134b2905

View file

@ -2,7 +2,7 @@ version: "3"
services:
dashboard:
build:
context: ./..
context: .
dockerfile: Dockerfile
ports:
- 8080