Skip to content
Snippets Groups Projects
Commit bc1f5dec authored by Yoan VALLET's avatar Yoan VALLET
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy into cozy-healthcheck-envvar
parents 4bbd1d2f 07714725
Branches
No related tags found
1 merge request!2Cozy healthcheck envvar
Checking pipeline status
......@@ -20,6 +20,8 @@ WORKDIR /app
RUN apk update && apk add ca-certificates libcap
# ca-certificates for autocert (Let's Encrypt) and mailcap to get mime types for downloaded documents
RUN echo "hosts: files dns" > /etc/nsswitch.conf
COPY --from=server-builder /server/server /app
RUN setcap cap_net_bind_service=+ep server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment