fix: start command in docker entrypoint

This commit is contained in:
Karol Sójko
2022-06-07 14:36:13 +02:00
parent f4ef63693c
commit 7073c2f136

View File

@@ -8,7 +8,7 @@ case "$COMMAND" in
echo "Prestart Step 1/1 - Removing server lock"
rm -f /app/packages/web-server/tmp/pids/server.pid
echo "Starting Server..."
yarn start
yarn start:web
;;
'start-local' )