We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1546a8 commit 28202b9Copy full SHA for 28202b9
1 file changed
backend/Dockerfile
@@ -2,8 +2,7 @@ FROM python:3.12-slim
2
3
WORKDIR /workspace/
4
5
-COPY ./src/requirements.txt /workspace/src/
6
-RUN pip install --no-cache-dir -r /workspace/src/requirements.txt
+RUN pip install fastapi uvicorn[standard] pydantic sqlalchemy fastapi-limiter --no-cache-dir
7
8
RUN apt-get update && \
9
apt-get install -y redis-server && \
0 commit comments