Skip to content
Snippets Groups Projects
Unverified Commit e49f6661 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

chore(docker): add a data directory for dex to var

parent 186a719e
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ WORKDIR / ...@@ -33,6 +33,9 @@ WORKDIR /
# OpenSSL is required so wget can query HTTPS endpoints for health checking. # OpenSSL is required so wget can query HTTPS endpoints for health checking.
RUN apk add --no-cache --update ca-certificates openssl RUN apk add --no-cache --update ca-certificates openssl
RUN mkdir -p /var/dex
RUN chown -R 1001:1001 /var/dex
USER 1001:1001 USER 1001:1001
COPY --from=0 /go/bin/dex /usr/local/bin/dex COPY --from=0 /go/bin/dex /usr/local/bin/dex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment