0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-04-14 06:11:19 -05:00

it should work now

This commit is contained in:
igna 2024-02-12 16:14:16 +00:00
parent 0498bff524
commit 463a508738

View file

@ -7,7 +7,7 @@ COPY . /app
WORKDIR /app
# Stage 2: Build frontend assets
FROM docker.io/base AS build
FROM base AS build
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm run build