Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezalfredo committed Jan 17, 2024
1 parent 2e3d22b commit 9db971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ENV PYTHONPATH /app
ENV DOC_PREFIX /github/workspace/
ENV LOGURU_FORMAT "<lvl>{level:7} {message}</lvl>"
ENV PATH="${PATH}:/opt/google/chrome"
ENTRYPOINT [ "python" ]
ENTRYPOINT [ "python3" ]
CMD ["/app/mark2confluence/main.py"]

0 comments on commit 9db971a

Please sign in to comment.