Skip to content

Commit

Permalink
fix: dont create group
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Dec 20, 2024
1 parent 7da1d11 commit 483ff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
ADD . /code/

RUN groupadd -g 1000 pokeapi && \
useradd -u 1000 -G pokeapi pokeapi
useradd -u 1000 -g pokeapi pokeapi

USER pokeapi
CMD gunicorn config.wsgi:application -c gunicorn.conf.py
Expand Down

0 comments on commit 483ff11

Please sign in to comment.