mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 01:01:41 +02:00
Update Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM tiangolo/uwsgi-nginx-flask:python3.10
|
FROM tiangolo/meinheld-gunicorn-flask:python3.9
|
||||||
|
|
||||||
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
|
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
|
||||||
RUN curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | bash
|
RUN curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | bash
|
||||||
@ -7,6 +7,8 @@ RUN apt-get update
|
|||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
RUN apt-get dist-upgrade
|
RUN apt-get dist-upgrade
|
||||||
|
|
||||||
COPY ./backend /app
|
COPY ./backend/requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
RUN pip install -r /app/requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||||
|
|
||||||
|
COPY ./backend /app
|
Reference in New Issue
Block a user