This commit is contained in:
2025-06-01 03:49:42 +02:00
parent fe8698efb2
commit 9ae92c9bb6

View File

@@ -5,9 +5,8 @@ services:
image: node:18-alpine image: node:18-alpine
container_name: website-dev container_name: website-dev
working_dir: /app working_dir: /app
ports: network_mode: host
- "8097:5173"
volumes: volumes:
- /opt/docker/Website:/app - /opt/docker/Website:/app
command: sh -c "npm install && npm run dev -- --host" command: sh -c "npm install && npm run dev -- --host --port 8097"
restart: unless-stopped restart: unless-stopped