pouet
This commit is contained in:
parent
31181c49db
commit
030ed23bc8
@ -3,7 +3,7 @@ FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN pip install flask flask_sqlalchemy pyjwt requests pymysql cryptography
|
||||
RUN pip install flask flask_sqlalchemy pyjwt requests pymysql cryptography redis
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user