From 870a263dcfc5c3d7eb78adfe58a386d5f548f867 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Wed, 27 Apr 2022 00:25:04 +0800 Subject: [PATCH] /deploy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 295db70..2e36450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pip install -r /app/requirements.txt -i https://mirrors.aliyun.com/pypi/simp RUN pip install gunicorn # RUN pip install git+https://github.com/getsyncr/notion-sdk.git -# Setup nginx +# Setup nginx RUN rm /etc/nginx/sites-enabled/default COPY flask.conf /etc/nginx/sites-available/ RUN ln -s /etc/nginx/sites-available/flask.conf /etc/nginx/sites-enabled/flask.conf