1
1

add whole new app for balance prediction, replace uwsgi, update everything

This commit is contained in:
2021-01-04 14:45:43 +01:00
parent 5e2881af2a
commit 37f698d82b
20 changed files with 448 additions and 191 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.0
FROM python:3.9.1
ENV PYTHONUNBUFFERED=1
WORKDIR /code/
COPY requirements.txt .