Skip to content

Commit 5687025

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

clients/trieve-shopify-extension/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)