P5-4836 deploy api to production (new hostname)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user