diff --git a/Dockerfile b/Dockerfile index e94d8a9..55b7e0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN apt-get update -y && \ apt-get clean && \ # Add nginx group and user - && addgroup -S nginx \ - && adduser -S nginx -G nginx \ + addgroup -S nginx && \ + adduser -S nginx -G nginx && \ # Download additional nginx modules mkdir -p /tmp/modules && \ cd /tmp/modules && \