Skip to content

Commit

Permalink
update UID for uwsgi
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Oct 2, 2024
1 parent e067c31 commit a5c0447
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 1001 uwsgi
RUN groupadd uwsgi && useradd -rm -s /bin/bash -g root -G uwsgi -u 1000 uwsgi
USER uwsgi

EXPOSE 8000
Expand Down

0 comments on commit a5c0447

Please sign in to comment.