pip change to pip3
This commit is contained in:
parent
4c48a5ef9d
commit
e7c298ba46
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ FROM python:3.12-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./requirements.txt ./
|
COPY ./requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue