Skip to content

Commit a0507e0

Browse files
author
Bastian Schwarz
committed
Added gitconfig as volume so phive job can commit updates
1 parent f03c96d commit a0507e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- ./:/app
1313
- $HOME/.phive:/home/application/.phive
1414
- $HOME/.ssh:/home/application/.ssh
15+
- $HOME/.gitconfig:/home/application/.gitconfig
1516
- ${SSH_AUTH_SOCK:-/ssh-agent}:/ssh-agent # Forward local machine SSH key to docker
1617
- /etc/timezone:/etc/timezone:ro
1718
- /etc/localtime:/etc/localtime:ro

0 commit comments

Comments
 (0)