mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user