Skip to content

Commit

Permalink
Fix typo in docker user
Browse files Browse the repository at this point in the history
  • Loading branch information
dahaupt authored and evilaliv3 committed Dec 9, 2023
1 parent 8cf1aff commit 9368a99
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 @@ -17,6 +17,6 @@ RUN apt-get update -q && \
EXPOSE 8080
EXPOSE 8443

USER globleaks
USER globaleaks

CMD ["/usr/bin/python3", "/usr/bin/globaleaks", "--working-path=/var/globaleaks/", "-n"]

0 comments on commit 9368a99

Please sign in to comment.