Skip to content

Commit 1ebdee6

Browse files
committed
chore: try with no docker HEALTHCHECK
1 parent fb05a5d commit 1ebdee6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

DockerFile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ ENV AWS_ACCESS_KEY_ID=foo \
99
AWS_SECRET_ACCESS_KEY=bar \
1010
AWS_DEFAULT_REGION=us-east-1
1111

12-
EXPOSE 9014
13-
14-
HEALTHCHECK --interval=10s --timeout=3s --start-period=5s \
15-
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:9014/health').read()" || exit 1
16-
1712
CMD ["dex-local-runner", "start-server", \
1813
"--host", "0.0.0.0", \
1914
"--port", "9014", \

0 commit comments

Comments
 (0)