From 1f1c70a1c9a5b1a16e35837606754edce804cc6c 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..48929bb 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/