Change baseimg to nginx:alpine.
This commit is contained in:
parent
588832db7c
commit
60f1f7cec1
1 changed files with 2 additions and 2 deletions
|
@ -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 mv /etc/nginx /etc/nginx.tmpl
|
||||||
RUN touch /etc/envsubst.conf
|
RUN touch /etc/envsubst.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue