From e81344cac93655d018555f9ba09f8898b90b39de Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 16:53:28 +0100 Subject: [PATCH] Test which command fails. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd06b3b..8f11206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/