Compare commits
No commits in common. "master" and "main" have entirely different histories.
@ -97,8 +97,7 @@ COPY deploy/supervisor/supervisord.conf /etc/supervisor/supervisord.conf
|
||||
|
||||
# prepare rootless permissions for supervisor and nginx
|
||||
ARG USER=app
|
||||
RUN chmod +x /etc/nginx/entrypoint.sh && \
|
||||
chown -R ${USER} /etc/nginx && \
|
||||
RUN chown -R ${USER} /etc/nginx && \
|
||||
chown -R ${USER} /etc/supervisor && \
|
||||
rm -rf /etc/supervisor/conf.d && \
|
||||
rm -rf /etc/nginx/sites-available && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user