This commit is contained in:
2023-04-24 13:50:15 -05:00
parent 938dae2586
commit 024c962567
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get install -y python3-pip nginx gunicorn supervisor
# Setup flask application
RUN mkdir -p /deploy/app
COPY src /deploy/app
RUN pip install -r /deploy/app/requirements.txt
RUN pip install -r /deploy/app/requirements.txt --break-system-packages
# Setup nginx
RUN rm /etc/nginx/sites-enabled/default