chore: Use docker-entrypoint.sh for Piston API server startup.
This commit is contained in:
parent
a8534561b9
commit
ab4f9c1c0b
@ -79,4 +79,4 @@ if [ ! -f "$LANGUAGES_INSTALLED_FLAG" ]; then
|
||||
fi
|
||||
|
||||
# Start Piston API server (don't wait for languages to finish)
|
||||
exec /piston_api/pkg/piston/piston_api
|
||||
exec /piston_api/src/docker-entrypoint.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user