Skip to content

Commit

Permalink
add required env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsinforbes committed Apr 18, 2024
1 parent f9fdd51 commit 15006a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-malformed-yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 15006a3

Please sign in to comment.