Docker integration
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:latest
|
||||
|
||||
WORKDIR "/root/Bulk Downloader for Reddit"
|
||||
COPY ./requirements.txt ./
|
||||
RUN ["pip", "install", "-r", "requirements.txt"]
|
||||
EXPOSE 8080
|
||||
EXPOSE 7634
|
||||
|
||||
CMD ["python", "script.py", "-d", "downloads"]
|
||||
Reference in New Issue
Block a user