1
0
forked from jchomaz/Vulture

feat: Refactor VApp container to a development build and update its exposed port mapping in the run script.

This commit is contained in:
2025-12-01 17:33:50 +01:00
parent b7257272df
commit 769e1861a2
3 changed files with 13 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ podman run -dt --rm --network $NETWORK_NAME --name vnode vnode:latest
echo "Starting VApp (PROD CONFIG)..."
# VApp (nginx) needs port 80 exposed
podman run -dt --rm --network $NETWORK_NAME --name vapp -p 8080:80 \
podman run -dt --rm --network $NETWORK_NAME --name vapp -p 8080:5173 \
-v ./VContainers/VApp/config/config_prod.js:/usr/share/nginx/html/config.js:Z \
vapp:latest