Skip to content

Commit 9b0ff60

Browse files
author
mike dupont
committed
docker
1 parent 54e555d commit 9b0ff60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#FROM node:23-slim AS base
22
FROM arm64v8/node:23-bookworm-slim AS base
3-
ENV PNPM_HOME="/pnpm"
4-
ENV PATH="$PNPM_HOME:$PATH"
53
RUN corepack enable
64
COPY . /node_modules/fastembed
75
WORKDIR /node_modules/fastembed
@@ -12,7 +10,6 @@ RUN yarn install
1210
FROM base AS build
1311
RUN yarn install --frozen-lockfile
1412
RUN yarn run tsc
15-
#RUN pnpm pack
1613

1714
FROM base
1815
COPY --from=prod-deps /node_modules/ /app/node_modules/

0 commit comments

Comments
 (0)