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