mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Use django user
Use user django instead of root
This commit is contained in:
parent
79371f4b00
commit
4d91b407ac
|
@ -26,4 +26,6 @@ RUN sed -i 's/\r//' /entrypoint.sh \
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
USER django
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user