mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 09:25:12 +00:00
Implement loglevel configuration from Dockerfile
This commit is contained in:
@ -62,6 +62,8 @@ ENV TFW_SUPERVISORD_CONF="/etc/supervisor/supervisord.conf"
|
||||
|
||||
ENV PYTHONPATH=${TFW_LIB_DIR}
|
||||
|
||||
ENV TFW_LOGLEVEL="debug"
|
||||
|
||||
COPY src/nginx /etc/nginx
|
||||
RUN chown -R ${AVATAO_USER}: /var/log/nginx /var/lib/nginx && \
|
||||
# nginx runs as a regular user, and can't write to /run
|
||||
|
Reference in New Issue
Block a user