Skip to content

Commit 4ae9083

Browse files
authored
Add Dockerfile
Merging pull request #17 from Strubbl/add-Dockerfile
2 parents e51ab43 + 6d288b3 commit 4ae9083

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM python:3
2+
3+
VOLUME /data
4+
WORKDIR /app
5+
6+
RUN git clone https://github.com/MayeulC/hb-downloader.git /app && \
7+
cd /app && \
8+
git checkout poc-trove && \
9+
python setup.py install
10+
11+
CMD python /app/hb-downloader.py download
12+

0 commit comments

Comments
 (0)