API2 dev improvements (#46)

This commit is contained in:
Niklas Fondberg
2022-02-01 13:59:04 +01:00
committed by GitHub
parent 0b0e4f99f8
commit f0b18c6757
6 changed files with 37 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM tiangolo/uwsgi-nginx-flask:python3.7
WORKDIR /app
COPY ./requirements.txt /app/
RUN pip install -r requirements.txt