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
container_name: website-dev
working_dir: /app
ports:
- "8097:5173"
network_mode: host
volumes:
- /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