Skip to content

Commit

Permalink
add chgrp for OpenShift compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 25, 2024
1 parent 535fe94 commit 197e70f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wis2-gdc-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ RUN pip3 install -r /app/docker/wis2-gdc-api/requirements.txt && \
pywcmp bundle sync && \
chmod +x /app/docker/wis2-gdc-api/entrypoint.sh

RUN chgrp -R 0 /pygeoapi && \
chmod -R g=u /pygeoapi

ENTRYPOINT [ "/app/docker/wis2-gdc-api/entrypoint.sh" ]

0 comments on commit 197e70f

Please sign in to comment.