Skip to content

Commit

Permalink
Try reverting to UID 1001 for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Oct 2, 2024
1 parent a5c0447 commit 10b3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/mcpt/wlmoj-base:latest

LABEL org.opencontainers.image.source="https://github.com/mcpt/wlmoj"

RUN groupadd uwsgi && useradd -rm -s /bin/bash -g root -G uwsgi -u 1000 uwsgi
RUN groupadd uwsgi && useradd -rm -s /bin/bash -g root -G uwsgi -u 1001 uwsgi
USER uwsgi

EXPOSE 8000
Expand Down

0 comments on commit 10b3c0c

Please sign in to comment.