Skip to content

Commit 54e555d

Browse files
author
mike dupont
committed
yarn no pnmp
1 parent 6a263e8 commit 54e555d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ COPY . /node_modules/fastembed
77
WORKDIR /node_modules/fastembed
88

99
FROM base AS prod-deps
10-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
10+
RUN yarn install
1111

1212
FROM base AS build
13-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
14-
RUN pnpm run tsc
13+
RUN yarn install --frozen-lockfile
14+
RUN yarn run tsc
1515
#RUN pnpm pack
1616

1717
FROM base

0 commit comments

Comments
 (0)