Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 14, 2025
1 parent 2fa73e1 commit 64e33aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ role=${CONTAINER_ROLE:-app}

if [ "$role" = "processor" ]; then
pnpm run db:migrate
pnpm run processor:start
pnpm run processor
elif [ "$role" = "graphql" ]; then
# pnpm run prom:start &
# P1=$!
Expand All @@ -14,7 +14,7 @@ elif [ "$role" = "graphql" ]; then
# P2=$!
# wait $P1 $P2
elif [ "$role" = "worker" ]; then
pnpm run worker:start
pnpm run worker
else
echo "Could not match the container role \"$role\""
exit 1
Expand Down

0 comments on commit 64e33aa

Please sign in to comment.