File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 44# This file assumes that the frontend has been built using ./scripts/frontend-build
55
66FROM nginxproxymanager/testca AS testca
7- FROM letsencrypt/pebble AS pebbleca
87FROM nginxproxymanager/nginx-full:certbot-node
98
109ARG TARGETPLATFORM
@@ -46,7 +45,6 @@ RUN yarn install \
4645
4746# add late to limit cache-busting by modifications
4847COPY docker/rootfs /
49- COPY --from=pebbleca /test/certs/pebble.minica.pem /etc/ssl/certs/pebble.minica.pem
5048COPY --from=testca /home/step/certs/root_ca.crt /etc/ssl/certs/NginxProxyManager.crt
5149
5250# Remove frontend service not required for prod, dev nginx config as well
Original file line number Diff line number Diff line change 11FROM nginxproxymanager/testca AS testca
2- FROM letsencrypt/pebble AS pebbleca
32FROM nginxproxymanager/nginx-full:certbot-node
43LABEL maintainer="Jamie Curnow <jc@jc21.com>"
54
@@ -33,7 +32,6 @@ RUN rm -f /etc/nginx/conf.d/production.conf \
3332 && chmod 644 -R /root/.cache
3433
3534# Certs for testing purposes
36- COPY --from=pebbleca /test/certs/pebble.minica.pem /etc/ssl/certs/pebble.minica.pem
3735COPY --from=testca /home/step/certs/root_ca.crt /etc/ssl/certs/NginxProxyManager.crt
3836
3937EXPOSE 80 81 443
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments