Skip to content

Commit

Permalink
Don't mount .gitconfig as read only
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Mar 7, 2022
1 parent 3d3da6e commit 0de1811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.2.0 - 2022-03-03
## 1.2.1 - 2022-03-07
- Fixed nitro support
- Added `copy/nitro/debug commmand` for testing ssh

Expand Down
2 changes: 1 addition & 1 deletion src/templates/nitro-craft.sh.twig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ run() {
docker run -it \
--rm \
-v "$PWD":/app \
-v "$HOME"/.gitconfig:/home/www-data/.gitconfig:ro \
-v "$HOME"/.gitconfig:/home/www-data/.gitconfig \
-v "$FR_CONTAINER_SSH_CONFIG_FILE":/home/www-data/.ssh/config:ro \
-v "$(get_ssh_socket_name)":"$(get_ssh_socket_name)" \
-e SSH_AUTH_SOCK="$(get_ssh_socket_name)" \
Expand Down

0 comments on commit 0de1811

Please sign in to comment.