File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22.idea
33._ *
44.vscode
5-
5+ certbot-help.txt
Original file line number Diff line number Diff line change 33
44# This file assumes that the frontend has been built using ./scripts/frontend-build
55
6- FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:node
6+ FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:github-openresty- node
77
88ARG TARGETPLATFORM
99ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1- FROM jc21/alpine-nginx-full:node
1+ FROM jc21/alpine-nginx-full:github-openresty- node
22LABEL maintainer="Jamie Curnow <jc@jc21.com>"
33
44ENV S6_LOGGING=0
Original file line number Diff line number Diff line change 33DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
44. " $DIR /.common.sh"
55
6- DOCKER_IMAGE=jc21/alpine-nginx-full:node
6+ DOCKER_IMAGE=jc21/alpine-nginx-full:github-openresty- node
77
88# Ensure docker exists
99if hash docker 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments