Docker: add git safe.directory exclusion Closes #3250

67682645146ababe2db450ccd1b2ec5f1874398d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -0Showing whitespace changes
Dockerfile+3 -0
@@ -37,6 +37,9 @@ RUN \
37 echo "*** Convert line endings to Unix format ***" && \37 echo "*** Convert line endings to Unix format ***" && \
38 dos2unix "./docker-entrypoint.sh"38 dos2unix "./docker-entrypoint.sh"
3939
40# Fix extension repos permissions
41RUN git config --global --add safe.directory "*"
42
40EXPOSE 800043EXPOSE 8000
4144
42# Ensure proper handling of kernel signals45# Ensure proper handling of kernel signals