This commit is contained in:
2020-02-18 12:55:03 +01:00
parent e64a0f080e
commit 8a75cef351
11 changed files with 310 additions and 4 deletions

View File

@@ -7,4 +7,4 @@ run pip install -r requirements.txt
expose 5000
entrypoint [ "python" ]
cmd [ "app.py" ]
cmd [ "__init__.py" ]