Skip to content

Commit

Permalink
Debug image flavor: it should be possible to use any local Git reposi…
Browse files Browse the repository at this point in the history
…tory in Composer for development
  • Loading branch information
brusch committed Oct 22, 2024
1 parent 130bfff commit fdb35a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ RUN set -eux; \
\
build-cleanup.sh; \
\
# For local development, it should be possible to use any local (Git) Composer repository - that's safe in debug image flavor
git config --global --add safe.directory "*" \
\
# Allow running as an arbitrary user, as the config will be changed through
# the entrypoint.sh script
chmod -R 0777 /usr/local/etc/php/conf.d/
Expand Down

0 comments on commit fdb35a3

Please sign in to comment.