P5-4836 deploy api to production (new hostname)

This commit is contained in:
Niklas Fondberg
2020-02-27 13:06:58 +01:00
committed by GitHub
parent d2c567a7cd
commit b08aa76acc
9 changed files with 677 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6
COPY ./requirements.txt /app
RUN pip install -r requirements.txt
COPY . /app/
COPY ./wsgi.py /app/main.py
RUN rm /app/wsgi.py