Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 3, 2023
1 parent 22565b0 commit a6bcd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9-alpine

RUN mkdir -p /home/forum

RUN addgroup --system forum && adduser --system --group forum
RUN addgroup -S forum && adduser -S forum -G forum

ENV HOME=/home/forum
ENV APP_HOME=/home/forum/app
Expand Down

0 comments on commit a6bcd9a

Please sign in to comment.