1
0
mirror of synced 2026-03-09 20:13:40 +00:00

Fix workflow

This commit is contained in:
Daniel Chesterton
2021-05-28 22:52:07 +01:00
parent b6e6dc1eca
commit 1b85a28e01
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ RUN mkdir /install
WORKDIR /install
COPY requirements.txt /
RUN pip install --prefix=/install -r /requirements.txt
RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt
FROM base
COPY --from=builder /install /usr/local