Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 authored Dec 3, 2021
1 parent 098785b commit 63fded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runuser -u jinjafx -- ansible-galaxy collection install --upgrade ansible.netcom

USER jinjafx

WORKDIR /opt/jinjafx/jinjafx
WORKDIR /opt/jinjafx

ENTRYPOINT [ "/usr/local/bin/python3", "-u", ".local/bin/jinjafx_server", "-s", "-l", "0.0.0.0", "-p", "8080" ]

0 comments on commit 63fded6

Please sign in to comment.