Set working_dir and mount to /app
This commit is contained in:
@@ -4,4 +4,7 @@ services:
|
||||
monitor:
|
||||
image: node:20-alpine
|
||||
command: npm run monitor
|
||||
restart: unless-stopped
|
||||
working_dir: /app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/app
|
||||
Reference in New Issue
Block a user