Took out docker autostart. Made change to exit instead of looping for testing.

This commit is contained in:
2019-12-31 15:06:42 -05:00
parent c032895e93
commit 9fadc23a5f
2 changed files with 1 additions and 2 deletions

View File

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