mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40:15 +02:00
Fix dnpm build context
This commit is contained in:
@ -4,7 +4,7 @@ services:
|
|||||||
dnpm-frontend:
|
dnpm-frontend:
|
||||||
depends_on: [ dnpm-backend ]
|
depends_on: [ dnpm-backend ]
|
||||||
build:
|
build:
|
||||||
context: ./dnpm/origin
|
context: ../dnpm/origin
|
||||||
dockerfile: Frontend.Dockerfile
|
dockerfile: Frontend.Dockerfile
|
||||||
args:
|
args:
|
||||||
NUXT_HOST: 0.0.0.0
|
NUXT_HOST: 0.0.0.0
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
|
|
||||||
dnpm-backend:
|
dnpm-backend:
|
||||||
build:
|
build:
|
||||||
context: ./dnpm/origin
|
context: ../dnpm/origin
|
||||||
dockerfile: Backend.Dockerfile
|
dockerfile: Backend.Dockerfile
|
||||||
args:
|
args:
|
||||||
BWHC_BASE_DIR: /bwhc-backend
|
BWHC_BASE_DIR: /bwhc-backend
|
||||||
|
Reference in New Issue
Block a user