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:
parent
0498bff524
commit
463a508738
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue