diff --git a/compose.yaml b/compose.yaml index 7dad6e9..53771a3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -372,7 +372,7 @@ services: custom_python: image: gitlab.prodcontest.ru:5050/team-15/project/custom-python:latest - entrypoint: ["exit 0"] + entrypoint: ["sh", "-c", "exit 0"] checker: image: gitlab.prodcontest.ru:5050/team-15/project/checker:latest