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