From ab4f9c1c0b304f0f703fcf5a4995ad198bc4d157 Mon Sep 17 00:00:00 2001 From: "n.tolstov" Date: Sun, 30 Nov 2025 21:11:37 +0300 Subject: [PATCH] chore: Use `docker-entrypoint.sh` for Piston API server startup. --- piston/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piston/entrypoint.sh b/piston/entrypoint.sh index b706de1..fc29ab2 100644 --- a/piston/entrypoint.sh +++ b/piston/entrypoint.sh @@ -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