Compare commits

...

No commits in common. "main" and "master" have entirely different histories.
main ... master

View File

@ -97,7 +97,8 @@ COPY deploy/supervisor/supervisord.conf /etc/supervisor/supervisord.conf
# prepare rootless permissions for supervisor and nginx
ARG USER=app
RUN chown -R ${USER} /etc/nginx && \
RUN chmod +x /etc/nginx/entrypoint.sh && \
chown -R ${USER} /etc/nginx && \
chown -R ${USER} /etc/supervisor && \
rm -rf /etc/supervisor/conf.d && \
rm -rf /etc/nginx/sites-available && \