Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-04-06 04:11:16 -07:00
parent 7368507cb5
commit 2535f66efc
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -28,7 +28,7 @@ RUN apk update && apk add \
echo 'git init --bare $1'; \
echo 'chown -R git:git $1'; \
echo '}'; \
} > /root/.bashrc
} > /home/git/.bashrc
ENV HOME /home/git
EXPOSE 22