Fix
This commit is contained in:
parent
e5e6c029fa
commit
9a948fde8e
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ COPY . /app
|
|||
# Sync the project into a new environment, using the frozen lockfile
|
||||
WORKDIR /app
|
||||
|
||||
RUN --mount=from=code.philorg.ydns.eu/uv:alpine,source=/usr/local/bin/uv,target=/bin/uv \
|
||||
--mount=from=code.philorg.ydns.eu/uv:alpine,source=/usr/bin/git,target=/bin/git \
|
||||
RUN --mount=from=code.philorg.ydns.eu/philorg/uv:alpine,source=/usr/local/bin/uv,target=/bin/uv \
|
||||
--mount=from=code.philorg.ydns.eu/philorg/uv:alpine,source=/usr/bin/git,target=/bin/git \
|
||||
uv pip install --system .
|
||||
|
||||
ENTRYPOINT ["foo"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue