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/