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
-2
View File
@@ -4,5 +4,3 @@ COPY ./requirements.txt /app
RUN pip install -r requirements.txt
COPY . /app/
COPY ./wsgi.py /app/main.py
RUN rm /app/wsgi.py