diff --git a/backend/Dockerfile b/backend/Dockerfile index 40877c5c..72c6fb7a 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -3,4 +3,4 @@ FROM python:3.12-slim WORKDIR /app COPY ./requirements.txt ./ -RUN pip install --no-cache-dir -r requirements.txt \ No newline at end of file +RUN pip3 install --no-cache-dir -r requirements.txt \ No newline at end of file