From 15006a3569ab8504849a8eb0cc9246afebb1fc63 Mon Sep 17 00:00:00 2001 From: tamsinforbes <32667518+tamsinforbes@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:41:34 +0100 Subject: [PATCH] add required env vars --- python-malformed-yaml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-malformed-yaml/Dockerfile b/python-malformed-yaml/Dockerfile index b230eedc..54060091 100644 --- a/python-malformed-yaml/Dockerfile +++ b/python-malformed-yaml/Dockerfile @@ -65,4 +65,4 @@ COPY main.py /app/main.py RUN pip install pipenv RUN pipenv install -RUN pipenv run python /app/main.py +ENTRYPOINT [ "pipenv", "run", "python", "/app/main.py" ] \ No newline at end of file