Skip to content

Commit 6b537f9

Browse files
committed
feature: add subtrace to shopify Dockerfile
1 parent 3511243 commit 6b537f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

clients/trieve-shopify-extension/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:22-alpine
2-
RUN apk add --no-cache openssl
2+
RUN apk add --no-cache openssl curl
33

44
EXPOSE 3000
55

@@ -15,4 +15,7 @@ COPY . .
1515

1616
RUN yarn build
1717

18+
RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b270/subtrace-linux-amd64 \
19+
&& chmod +x ./subtrace-linux-amd64
20+
1821
CMD ["yarn", "run", "docker-start"]

0 commit comments

Comments
 (0)