Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsinforbes committed Apr 18, 2024
1 parent 15006a3 commit 5639911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-malformed-yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ COPY main.py /app/main.py
RUN pip install pipenv
RUN pipenv install

ENTRYPOINT [ "pipenv", "run", "python", "/app/main.py" ]
RUN pipenv run python /app/main.py
# ENTRYPOINT [ "pipenv", "run", "python", "/app/main.py" ]

0 comments on commit 5639911

Please sign in to comment.