chore: Use docker-entrypoint.sh for Piston API server startup.

This commit is contained in:
n.tolstov 2025-11-30 21:11:37 +03:00
parent a8534561b9
commit ab4f9c1c0b

View File

@ -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