Made a few changes to allow docker useage.
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3
|
||||
ADD main.py /
|
||||
|
||||
VOLUME /download/
|
||||
|
||||
RUN pip install manga-py
|
||||
RUN pip install sqlalchemy
|
||||
RUN pip install pymysql
|
||||
|
||||
|
||||
CMD ["python", "./main.py"]
|
||||
Reference in New Issue
Block a user