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:
@@ -7,3 +7,5 @@ RUN pip install manga-py
|
||||
RUN pip install sqlalchemy
|
||||
RUN pip install pymysql
|
||||
|
||||
|
||||
CMD ["python", "./main.py"]
|
||||
Reference in New Issue
Block a user