chore: add git safe directory to docker init script
This commit is contained in:
parent
f8113cb862
commit
871afb1b86
|
@ -7,6 +7,9 @@ sudo service rsyslog start &>/dev/null
|
|||
# Turn off git info in zsh prompt (causes slowdowns)
|
||||
git config oh-my-zsh.hide-info 1
|
||||
|
||||
# Add /workspace as a safe git directory
|
||||
git config --global --add safe.directory /workspace
|
||||
|
||||
# Fix ownership of volumes
|
||||
echo "Fixing volumes ownership..."
|
||||
sudo chown -R dev:dev "$WORKSPACEDIR/.parcel-cache"
|
||||
|
|
Loading…
Reference in a new issue