expose metrics server in Dockerfile

This commit is contained in:
regnaio 2022-03-30 06:21:05 -04:00
parent 66e6b70602
commit 7e1628079f
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ USER nonroot
# command / entrypoint of container
ENTRYPOINT ["cloudflared", "--no-autoupdate"]
CMD ["version"]
# expose metrics server
EXPOSE 2000