fix: Dockerfile paths for repo-root build context
This commit is contained in:
parent
1b5c1e2a06
commit
2a2f14cbda
2 changed files with 5 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue