Use django user

Use user django instead of root
This commit is contained in:
Oscar Landry 2016-12-31 09:14:10 +01:00 committed by GitHub
parent 79371f4b00
commit 4d91b407ac

View File

@ -26,4 +26,6 @@ RUN sed -i 's/\r//' /entrypoint.sh \
WORKDIR /app
USER django
ENTRYPOINT ["/entrypoint.sh"]