Merge pull request #4 from bydavy/fixedGitConfig

Fixed .gitconfig owner
This commit is contained in:
Kyle Manna 2014-11-15 16:20:10 -08:00
commit afa63561fd
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ RUN chmod 755 /usr/local/bin/*
# All builds will be done by user aosp
RUN useradd --create-home aosp
ADD gitconfig /home/aosp/.gitconfig
RUN chown aosp:aosp /home/aosp/.gitconfig
# The persistent data will be in these two directories, everything else is
# considered to be ephemeral