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