Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ HEALTHCHECK --interval=3s CMD sh /app/health_check.sh
# Discover `monitoring` module in Python
ENV PYTHONPATH=/app

# Add venv to path
ENV PATH="/venv/bin/:$PATH"

# This image should be built by passing in `version` and `commit_hash` based on information from git (see `make image`)
# This version information becomes available in the environment variables specified below
ARG version
Expand Down
Loading