add things
This commit is contained in:
8
web/Dockerfile
Normal file
8
web/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /web
|
||||
COPY . /web
|
||||
|
||||
RUN pip install flask flask_sqlalchemy pymysql authlib requests
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user