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