Skip to content

Commit

Permalink
hiding nginx output for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed May 10, 2024
1 parent 9535116 commit 56ad6da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56ad6da

Please sign in to comment.