Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 authored Dec 6, 2023
1 parent 9a3ddbb commit b2aba82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ python3 -m venv /opt/jinjafx; \

FROM docker.io/library/python:3.12-slim

COPY --from=BUILD --chown=99:99 /opt/jinjafx /opt/jinjafx
COPY --from=BUILD --chown=99:99 /usr/bin/pandoc /usr/bin/pandoc

USER 99:99
COPY --from=BUILD /opt/jinjafx /opt/jinjafx
COPY --from=BUILD /usr/bin/pandoc /usr/bin/pandoc

ENTRYPOINT [ "/opt/jinjafx/bin/python3", "-u", "-m", "jinjafx_server", "-s", "-l", "0.0.0.0", "-p", "8080" ]

0 comments on commit b2aba82

Please sign in to comment.