mirror of
https://github.com/fhamborg/news-please.git
synced 2021-09-19 22:26:00 +03:00
add docker script for cc
This commit is contained in:
8
cc-docker/Dockerfile
Normal file
8
cc-docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.6
|
||||
|
||||
RUN pip3 install news-please --upgrade
|
||||
|
||||
COPY docker.sh /
|
||||
RUN chmod +x /docker.sh
|
||||
|
||||
CMD ["/docker.sh"]
|
||||
2
cc-docker/docker.sh
Normal file
2
cc-docker/docker.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
news-please-cc ~/down/warcs ~/down/articles keep
|
||||
Reference in New Issue
Block a user