Skip to content

Commit

Permalink
update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 7, 2025
1 parent c494f4b commit 88c2b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ function start() {
exit 1
fi

echo "./start_server.sh '${ARGS[@]}'"

exec ./start_server.sh "${ARGS[@]}"
}

Expand Down

0 comments on commit 88c2b3f

Please sign in to comment.