Compare commits

..

No commits in common. "060701354307064a497150132ce93e7e75c0462a" and "80f4cf5aebbdc44994a1bdc98786c20c78cec15d" have entirely different histories.

View File

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