Change baseimg to nginx:alpine.

This commit is contained in:
redxef 2022-03-09 17:06:31 +01:00
parent 588832db7c
commit 60f1f7cec1
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -1,6 +1,6 @@
FROM alpine:3.15
FROM nginx:alpine
RUN apk add --upgrade --no-cache nginx gettext inotify-tools
RUN apk add --upgrade --no-cache gettext inotify-tools
RUN mv /etc/nginx /etc/nginx.tmpl
RUN touch /etc/envsubst.conf