This commit is contained in:
Cynthia Foxwell 2025-08-23 15:05:17 -06:00
parent 6d2e533e6e
commit a699bd2a50
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -5,7 +5,7 @@ RUN corepack enable
COPY . /app
WORKDIR /app
RUN apk add ffmpeg
RUN apk add ffmpeg python3
FROM base AS deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript