dockerfile: added volume instruction for /home/git/data

This commit is contained in:
Sameer Naik 2014-04-15 14:42:19 +05:30
parent f222fda725
commit 7a8fea72a9

View File

@ -42,5 +42,7 @@ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:r
EXPOSE 22
EXPOSE 80
VOLUME ["/home/git/data"]
ENTRYPOINT ["/app/init"]
CMD ["app:start"]