mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
fixes
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
7368507cb5
commit
2535f66efc
|
@ -28,7 +28,7 @@ RUN apk update && apk add \
|
||||||
echo 'git init --bare $1'; \
|
echo 'git init --bare $1'; \
|
||||||
echo 'chown -R git:git $1'; \
|
echo 'chown -R git:git $1'; \
|
||||||
echo '}'; \
|
echo '}'; \
|
||||||
} > /root/.bashrc
|
} > /home/git/.bashrc
|
||||||
|
|
||||||
ENV HOME /home/git
|
ENV HOME /home/git
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
|
Loading…
Reference in New Issue
Block a user