Skip to content
Snippets Groups Projects
Commit a6a3ad15 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch 'dev' into 'master'

MEP fix(openshift): disable port limitation

See merge request !86
parents f0fb5066 f945490e
No related branches found
No related tags found
1 merge request!86MEP fix(openshift): disable port limitation
Pipeline #72489 passed
......@@ -46,7 +46,7 @@ RUN CGO_ENABLED=0 go build \
RUN chown -Rf "${UID}" ./*
# Allow running on ports < 1000
RUN setcap cap_net_bind_service=+ep /app/backoffice-server
# RUN setcap cap_net_bind_service=+ep /app/backoffice-server
##############################
# STEP 2 build a small image #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment