Skip to content

Commit 28202b9

Browse files
committed
Fix update
1 parent f1546a8 commit 28202b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM python:3.12-slim
22

33
WORKDIR /workspace/
44

5-
COPY ./src/requirements.txt /workspace/src/
6-
RUN pip install --no-cache-dir -r /workspace/src/requirements.txt
5+
RUN pip install fastapi uvicorn[standard] pydantic sqlalchemy fastapi-limiter --no-cache-dir
76

87
RUN apt-get update && \
98
apt-get install -y redis-server && \

0 commit comments

Comments
 (0)