Ficx
This commit is contained in:
parent
9a948fde8e
commit
d1c9bc1c01
1 changed files with 5 additions and 3 deletions
|
@ -4,11 +4,13 @@ FROM docker.io/python:alpine
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Sync the project into a new environment, using the frozen lockfile
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN --mount=from=code.philorg.ydns.eu/philorg/uv:alpine,source=/usr/local/bin/uv,target=/bin/uv \
|
# Sync the project into a new environment, using the frozen lockfile
|
||||||
--mount=from=code.philorg.ydns.eu/philorg/uv:alpine,source=/usr/bin/git,target=/bin/git \
|
RUN \
|
||||||
|
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/local/bin/uv,target=/bin/uv \
|
||||||
|
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/lib/libpcre2-8.so.0,target=/usr/lib/libpcre2-8.so.0 \
|
||||||
|
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/bin/git,target=/usr/bin/git \
|
||||||
uv pip install --system .
|
uv pip install --system .
|
||||||
|
|
||||||
ENTRYPOINT ["foo"]
|
ENTRYPOINT ["foo"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue