This commit is contained in:
Ada Werefox 2024-02-27 01:15:40 +00:00
parent ec736b3665
commit 445b4846a5
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ services:
- "3444:3444"
user: "1000:1000"
working_dir: "/usr/src/app"
command: 'sh -c "cd $APP_FOLDER && npm run $MODE"'
command: 'sh -c "cd info && npm run start"'