wip: redis, sqlalchemy, structured, etc

This commit is contained in:
2021-06-28 12:08:09 +03:00
parent 133e1cd490
commit 9f01572557
37 changed files with 1297 additions and 62 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM python:3.9
WORKDIR /home/ruicore/auth
COPY . /home/ruicore/auth
RUN pip3 install --upgrade pip && pip3 install -r requirements.txt
LABEL ruicore="hrui835@gmail.com" version="v.0.0.1"