Skip to content

Commit

Permalink
Fix permissions on xAOD DID Finder container
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Aug 12, 2024
1 parent 96520dd commit 549788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did_finder_xrootd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /opt/servicex

# Create celery user. Assign them to group zero since that is the group OpenShift will run the container as
RUN useradd -g 0 -ms /bin/bash celery
RUN chmod -R g=u /opt/servicex

ENV POETRY_VERSION=1.5.1

Expand All @@ -29,6 +28,7 @@ COPY . .
# Change ownership of the app directory to celery user. Also set the group to zero since
# that is the group OpenShift will run the container as
RUN chown -R celery:0 /opt/servicex
RUN chmod -R g=u /opt/servicex

# Switch to celery user
USER celery
Expand Down

0 comments on commit 549788a

Please sign in to comment.