Fix dnpm build context

This commit is contained in:
Tobias Kussel 2022-11-09 09:46:30 +00:00
parent 455d45603c
commit e11b24bf70
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
dnpm-frontend:
depends_on: [ dnpm-backend ]
build:
context: ./dnpm/origin
context: ../dnpm/origin
dockerfile: Frontend.Dockerfile
args:
NUXT_HOST: 0.0.0.0
@ -23,7 +23,7 @@ services:
dnpm-backend:
build:
context: ./dnpm/origin
context: ../dnpm/origin
dockerfile: Backend.Dockerfile
args:
BWHC_BASE_DIR: /bwhc-backend