Build the dnpm frontend in host network mode
This commit is contained in:
parent
b6f0cd7a13
commit
bec42764bb
|
@ -6,6 +6,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../dnpm/origin
|
context: ../dnpm/origin
|
||||||
dockerfile: Frontend.Dockerfile
|
dockerfile: Frontend.Dockerfile
|
||||||
|
network: host
|
||||||
args:
|
args:
|
||||||
NUXT_HOST: 0.0.0.0
|
NUXT_HOST: 0.0.0.0
|
||||||
NUXT_PORT: 3000
|
NUXT_PORT: 3000
|
||||||
|
|
Loading…
Reference in New Issue