We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608cfe2 commit 4eea3e7Copy full SHA for 4eea3e7
Dockerfile
@@ -50,6 +50,8 @@ RUN --mount=type=secret,id=build-container-additional-secret/secrets,required=fa
50
else \
51
echo "Sentry: no token for ${APP_NAME} – using any pre-set token (if provided) or skipping upload."; \
52
fi; \
53
+ # Telling git this path is safe
54
+ git config --global --add safe.directory /opt/app-root/src; \
55
universal_build.sh
56
USER default
57
0 commit comments