mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-14 16:52:53 +02:00
ci: try to improve build times using uv
This commit is contained in:
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
uv pip wheel --wheel-dir /usr/src/app/wheels -r requirements.txt
|
pip wheel --wheel-dir /usr/src/app/wheels -r requirements.txt
|
||||||
|
|
||||||
FROM node:lts-alpine AS vite_build
|
FROM node:lts-alpine AS vite_build
|
||||||
WORKDIR /usr/src/frontend
|
WORKDIR /usr/src/frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user