Initial commit
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
Reference in New Issue
Block a user