Skip to content

Commit

Permalink
fix: typo in Dockerfile HEALTHCHECK_SERVER_PORT (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dputko authored Feb 6, 2025
1 parent 6b973ff commit 8bdf046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY . .
RUN apt-get clean && find /var/lib/apt/lists/ -type f -delete && chown -R www-data /app/

ENV PROMETHEUS_PORT=9000
ENV HEALTHCHECK_SERVER_POR=9010
ENV HEALTHCHECK_SERVER_PORT=9010

EXPOSE $PROMETHEUS_PORT
USER www-data
Expand Down

0 comments on commit 8bdf046

Please sign in to comment.