Initial commit

This commit is contained in:
2015-06-20 11:11:12 +02:00
parent df060a2a10
commit f286e6cff7
3 changed files with 145 additions and 0 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM debian:jessie
RUN apt-get update &&\
apt-get install jq
ADD build.sh /root/build.sh
RUN chmod +x /root/build.sh
VOLUME /project
VOLUME /dist
CMD /root/build.sh