mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
chmod specificity
This commit is contained in:
@@ -27,7 +27,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|||||||
COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
|
COPY gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
RUN chmod -R 775 /var
|
RUN chmod -R 775 /var/log/supervisor && \
|
||||||
|
chmod -R 775 /var/log/nginx
|
||||||
|
|
||||||
# Entrypoint
|
# Entrypoint
|
||||||
USER root:node
|
USER root:node
|
||||||
|
|||||||
Reference in New Issue
Block a user