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

fix(openshift): disable port limitation

parent 71de4789
No related branches found
No related tags found
1 merge request!86MEP fix(openshift): disable port limitation
Pipeline #72488 passed
...@@ -46,7 +46,7 @@ RUN CGO_ENABLED=0 go build \ ...@@ -46,7 +46,7 @@ RUN CGO_ENABLED=0 go build \
RUN chown -Rf "${UID}" ./* RUN chown -Rf "${UID}" ./*
# Allow running on ports < 1000 # 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 # # STEP 2 build a small image #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment