Export metric port to 8008 in Dockerfile

This commit is contained in:
Alberto Soutullo 2024-06-03 17:56:32 +02:00
parent 12b46f76c5
commit 59d0af374b
No known key found for this signature in database
GPG Key ID: A7CAC0D8343B0387
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ COPY cron_runner.sh .
RUN chmod +x cron_runner.sh
RUN chmod +x main
EXPOSE 5000
EXPOSE 5000 8008
ENTRYPOINT ["./cron_runner.sh"]