fix: Try to fix error in requirements
All checks were successful
Build Docker / BuildImage (push) Successful in 1m11s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m11s
This commit is contained in:
parent
eea21cea1e
commit
98acc8543c
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY requirements.txt /app
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip3 install -r requirements.txt
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user