fix install
This commit is contained in:
@@ -23,6 +23,8 @@ COPY . .
|
|||||||
# Generate the embed bundle. NOTE: this will change
|
# Generate the embed bundle. NOTE: this will change
|
||||||
#
|
#
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
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 .. && \
|
cd bskyembed && pnpm install --frozen-lockfile && cd .. && \
|
||||||
pnpm build-embed
|
pnpm build-embed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user