fix: Dockerfile paths for repo-root build context

This commit is contained in:
goose 2026-07-05 11:29:24 -03:00
parent 1b5c1e2a06
commit 2a2f14cbda
2 changed files with 5 additions and 4 deletions

View file

@ -44,7 +44,8 @@ services:
frontend:
build:
context: ../web/normogen-web
context: ..
dockerfile: web/normogen-web/Dockerfile
container_name: normogen-frontend
restart: unless-stopped
ports: