Skip to content

Commit 14915ca

Browse files
committed
Update Dockerfile
1 parent a0a65f4 commit 14915ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openid-connect-provider-debugger/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ARG LUA_RESTY_OPENIDC_VERSION="1.7.6"
55

66
HEALTHCHECK CMD ["/usr/bin/curl", "-i", "-s", "-S", "-f", "http://localhost"]
77

8+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
9+
810
COPY nginx.conf.patch /usr/local/openresty/nginx/conf/
911

1012
# hadolint ignore=DL3018,DL4006

0 commit comments

Comments
 (0)