a
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
image: node:18-alpine
|
||||
@@ -8,5 +6,5 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /opt/docker/Website:/app
|
||||
command: sh -c "npm install && npm run dev -- --host --port 8097"
|
||||
command: sh -c "npm cache clean --force && rm -rf node_modules package-lock.json && npm install && npm run dev -- --host --port 8097"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user