fix: start command in docker entrypoint
This commit is contained in:
@@ -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' )
|
||||
|
||||
Reference in New Issue
Block a user