This commit is contained in:
2026-04-23 03:22:48 +02:00
parent f589dc0bcf
commit c859903458
2 changed files with 20 additions and 2 deletions

View File

@@ -18,6 +18,6 @@ services:
- /app/node_modules
command: >
sh -c "npm install --omit=dev && node main.js"
sh -c "npm install --omit=dev && node src/index.js"
restart: unless-stopped