Update 'Dockerfile'

This commit is contained in:
techknowlogick 2023-03-14 16:26:29 +08:00
parent e09c6e2081
commit 09b99f8979
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ USER gitea
RUN git config --global --add safe.directory /drone/src && \
git config --global --add safe.directory '*'
USER root