We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4940bba commit 5056b6aCopy full SHA for 5056b6a
1 file changed
DockerFile
@@ -9,6 +9,8 @@ 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
CMD ["dex-local-runner", "start-server", \
15
"--host", "0.0.0.0", \
16
"--port", "9014", \
0 commit comments