Build the dnpm frontend in host network mode

This commit is contained in:
Tobias Kussel 2022-11-09 11:39:21 +00:00
parent b6f0cd7a13
commit bec42764bb
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
build:
context: ../dnpm/origin
dockerfile: Frontend.Dockerfile
network: host
args:
NUXT_HOST: 0.0.0.0
NUXT_PORT: 3000