We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb05a5d commit 1ebdee6Copy full SHA for 1ebdee6
1 file changed
DockerFile
@@ -9,11 +9,6 @@ ENV AWS_ACCESS_KEY_ID=foo \
9
AWS_SECRET_ACCESS_KEY=bar \
10
AWS_DEFAULT_REGION=us-east-1
11
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
17
CMD ["dex-local-runner", "start-server", \
18
"--host", "0.0.0.0", \
19
"--port", "9014", \
0 commit comments