We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a65f4 commit 14915caCopy full SHA for 14915ca
openid-connect-provider-debugger/Dockerfile
@@ -5,6 +5,8 @@ ARG LUA_RESTY_OPENIDC_VERSION="1.7.6"
5
6
HEALTHCHECK CMD ["/usr/bin/curl", "-i", "-s", "-S", "-f", "http://localhost"]
7
8
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
9
+
10
COPY nginx.conf.patch /usr/local/openresty/nginx/conf/
11
12
# hadolint ignore=DL3018,DL4006
0 commit comments