a
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user