We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e555d commit 9b0ff60Copy full SHA for 9b0ff60
Dockerfile
@@ -1,7 +1,5 @@
1
#FROM node:23-slim AS base
2
FROM arm64v8/node:23-bookworm-slim AS base
3
-ENV PNPM_HOME="/pnpm"
4
-ENV PATH="$PNPM_HOME:$PATH"
5
RUN corepack enable
6
COPY . /node_modules/fastembed
7
WORKDIR /node_modules/fastembed
@@ -12,7 +10,6 @@ RUN yarn install
12
10
FROM base AS build
13
11
RUN yarn install --frozen-lockfile
14
RUN yarn run tsc
15
-#RUN pnpm pack
16
17
FROM base
18
COPY --from=prod-deps /node_modules/ /app/node_modules/
0 commit comments