fix install

This commit is contained in:
Samuel Newman
2026-08-10 14:57:03 +03:00
parent c7e07ad89f
commit d7343bda07
+2
View File
@@ -23,6 +23,8 @@ COPY . .
# Generate the embed bundle. NOTE: this will change
#
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
pnpm install --frozen-lockfile && \
export PATH="/app/node_modules/.bin:$PATH" && \
cd bskyembed && pnpm install --frozen-lockfile && cd .. && \
pnpm build-embed