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: services:
dashboard: dashboard:
build: build:
context: ./.. context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- 8080 - 8080