diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 69c783a4..18c1767e 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -21,5 +21,6 @@ COPY lrs-static /opt/lrs/lrs-static # RUN cat /etc/nginx/nginx.conf \ | envsubst '$HOSTNAME' \ - | tee /tmp/nginx.conf + | tee /tmp/nginx.conf \ + | > dev/null RUN mv /tmp/nginx.conf /etc/nginx/nginx.conf