Skip to content

Commit

Permalink
[uss_qualifier] Fix legacy value format for env variable (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmo00 authored Jul 16, 2024
1 parent e82cbf6 commit 653c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN mkdir -p /app/uss-host-files
HEALTHCHECK CMD sh /app/health_check.sh

# Discover `monitoring` module in Python
ENV PYTHONPATH /app
ENV PYTHONPATH=/app

# 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
Expand Down

0 comments on commit 653c894

Please sign in to comment.