Skip to content

Commit

Permalink
Health check endpoints on by default in Docker (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz authored Nov 12, 2021
1 parent ac3f56e commit 3d8f55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ COPY ${PROXY_PATH} /app/proxy

ENV WASM_DIR=/app/providers
ENV RUST_LOG=proxy=info
ENV LISTEN_ADDRESS=127.0.0.1:3000
WORKDIR /app
ENTRYPOINT ["/app/proxy"]

0 comments on commit 3d8f55f

Please sign in to comment.