Test which command fails.

This commit is contained in:
redxef 2022-03-09 16:53:28 +01:00
parent 30f0005a2b
commit e81344cac9
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -1,8 +1,8 @@
FROM alpine:latest
RUN apk add --upgrade --no-cache nginx gettext inotify-tools \
&& mv /etc/nginx /etc/nginx.tmpl \
&& touch /etc/envsubst.conf
RUN apk add --upgrade --no-cache nginx gettext inotify-tools
RUN mv /etc/nginx /etc/nginx.tmpl
RUN touch /etc/envsubst.conf
COPY start-nginx.sh /usr/local/bin/