We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a06384 commit 1c9f751Copy full SHA for 1c9f751
docker/Dockerfile
@@ -46,7 +46,7 @@ RUN yarn install \
46
COPY docker/rootfs /
47
48
# Remove frontend service not required for prod, dev nginx config as well
49
-RUN rm -rf /etc/services.d/frontend /etc/nginx/conf.d/dev.conf \
+RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/dev.conf \
50
&& chmod 644 /etc/logrotate.d/nginx-proxy-manager \
51
&& pip uninstall --yes setuptools \
52
&& pip install --no-cache-dir "setuptools==58.0.0"
0 commit comments