From bec42764bbd7a740cd6fa170de9605c1da808bf7 Mon Sep 17 00:00:00 2001 From: Tobias Kussel Date: Wed, 9 Nov 2022 11:39:21 +0000 Subject: [PATCH] Build the dnpm frontend in host network mode --- dnpm/dnpm-compose-bwhc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dnpm/dnpm-compose-bwhc.yml b/dnpm/dnpm-compose-bwhc.yml index c40b4d8..d8f4ebb 100644 --- a/dnpm/dnpm-compose-bwhc.yml +++ b/dnpm/dnpm-compose-bwhc.yml @@ -6,6 +6,7 @@ services: build: context: ../dnpm/origin dockerfile: Frontend.Dockerfile + network: host args: NUXT_HOST: 0.0.0.0 NUXT_PORT: 3000