fix: Try to fix error in requirements
All checks were successful
Build Docker / BuildImage (push) Successful in 1m11s

This commit is contained in:
Nathan Woodburn 2024-07-01 13:05:11 +10:00
parent eea21cea1e
commit 98acc8543c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt /app COPY requirements.txt /app
RUN --mount=type=cache,target=/root/.cache/pip \ RUN --mount=type=cache,target=/root/.cache/pip \
pip3 install -r requirements.txt python3 -m pip install -r requirements.txt
COPY . /app COPY . /app