Set working_dir and mount to /app

This commit is contained in:
2023-06-14 10:39:53 +02:00
parent 54d2a7440b
commit 9b6d845809

View File

@@ -4,4 +4,7 @@ services:
monitor: monitor:
image: node:20-alpine image: node:20-alpine
command: npm run monitor command: npm run monitor
restart: unless-stopped working_dir: /app
restart: unless-stopped
volumes:
- ./:/app