registration implemented

This commit is contained in:
Egor Matveev
2021-07-11 18:46:05 +03:00
parent d32578a3fb
commit 5aea7916ab
9 changed files with 163 additions and 46 deletions

View File

@@ -7,6 +7,7 @@ WORKDIR /usr/src/app/
COPY . /usr/src/app/
RUN pip install --upgrade pip wheel setuptools
RUN pip install -r requirements.txt
EXPOSE 8000