Skip to content

Commit

Permalink
Mark /app directory as safe directory for git
Browse files Browse the repository at this point in the history
Closes Nyholm#32
  • Loading branch information
mxr576 committed Jun 1, 2023
1 parent 32c10f8 commit 88ecb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer

VOLUME ["/app"]
WORKDIR /app
RUN git config --global --add safe.directory /app

RUN composer global require "symfony/process:^4.4|^5.1|^6.0" "symfony/yaml:^4.4|^5.1|^6.0" --no-update
ADD config-support.php /composer/vendor/bin/roave-bc-with-config-support
Expand Down

0 comments on commit 88ecb3c

Please sign in to comment.