mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-25 03:10:24 +03:00
fix: Configure safe directory for git in dockerfile
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Git 2.35+ may refuse to operate on bind-mounted repos with differing ownership ("dubious ownership").
|
||||
# Mark /app as safe within the container.
|
||||
git config --global --add safe.directory /app 2>/dev/null || true
|
||||
|
||||
set -e
|
||||
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user