Alright, you do in fact need to have the docker file actually start something.

I also swapped the exit command out for a sleep command. It should loop through everything once an hour
This commit is contained in:
2019-12-31 15:21:48 -05:00
parent 9fadc23a5f
commit abb101a8a7
2 changed files with 4 additions and 1 deletions

View File

@@ -7,3 +7,5 @@ RUN pip install manga-py
RUN pip install sqlalchemy
RUN pip install pymysql
CMD ["python", "./main.py"]