Skip to content

Commit 6d288b3

Browse files
committed
add Dockerfile
1 parent e51ab43 commit 6d288b3

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)