Skip to content

Commit 6f79bd2

Browse files
author
mike dupont
committed
this should fix it
I think the last from to be used was being used, breaking the build. it was writing to the fastembed image.
1 parent 947cd6a commit 6f79bd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#FROM node:23.3.0-slim AS builder
33
# note this architecture is listed twice in this file!
44
#FROM node:23-bookworm-slim AS builder
5+
56
FROM arm64v8/node:23-bookworm-slim AS builder
6-
FROM h4ckermike/fastembed-js:pr-1 AS fastembed
77
#docker pull
88
RUN apt-get update
99
RUN apt-get install -y bash
@@ -35,6 +35,10 @@ RUN pnpm install \
3535
# Create a new stage for the final image
3636
#FROM node:23.3.0-slim
3737
#FROM node:23-bookworm-slim
38+
FROM h4ckermike/fastembed-js:pr-1 AS fastembed
39+
40+
# dont do anything to this fast embed
41+
3842
FROM arm64v8/node:23-bookworm-slim
3943

4044
# Install runtime dependencies if needed

0 commit comments

Comments
 (0)