Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutraChikara committed Dec 13, 2024
1 parent 196c8ca commit f86a1c4
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 @@ -105,7 +105,7 @@ RUN set -ex \
&& ./manage.py compilemessages

# Run the server as non-root user on port 9999
USER 1001
USER 1000
EXPOSE 9999
EXPOSE 8080
ENTRYPOINT ["/code/docker/docker-entrypoint.sh"]
Expand Down

0 comments on commit f86a1c4

Please sign in to comment.