remove host paths from chmod

This commit is contained in:
2023-01-28 23:25:02 -06:00
parent b482b38a35
commit b7a205d9e0

View File

@@ -27,8 +27,7 @@ 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 . && \ RUN chmod -R 775 /var
chgrp -R node .
# Entrypoint # Entrypoint
USER root:node USER root:node