Skip to content

Commit

Permalink
fix: container image permissions (#631)
Browse files Browse the repository at this point in the history
Resolves [ AAP-19015](https://issues.redhat.com/browse/AAP-19015). Fixes
the image to set 0775 permissions on the /app directory.
  • Loading branch information
ttuffin authored Dec 13, 2023
1 parent 1c53441 commit edc6caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ RUN bash -c "if [ $DEVEL_COLLECTION_LIBRARY -ne 0 ]; then \
ansible-galaxy collection install ${DEVEL_COLLECTION_REPO} --force; fi"

RUN pip install .

RUN chmod -R 0775 $APP_DIR

0 comments on commit edc6caf

Please sign in to comment.