mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-11-30 13:57:21 +01:00
restructure for backend/frontend separation
This commit is contained in:
11
backend/Dockerfile
Normal file
11
backend/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
||||
|
||||
RUN pip install requests
|
||||
|
||||
RUN pip install pandas
|
||||
|
||||
RUN pip install Flask-BasicAuth
|
||||
|
||||
RUN pip install bs4
|
||||
|
||||
COPY ./app /app
|
||||
Reference in New Issue
Block a user