Skip to content

Commit 075135a

Browse files
committed
the flows were missing
1 parent 7cc73e1 commit 075135a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

genkit/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ WORKDIR /app
1616

1717
COPY --from=builder /app/dist ./dist
1818
COPY --from=builder /app/node_modules ./node_modules
19+
COPY --from=builder /app/prompts ./prompts
1920

2021
ENV NODE_ENV=production
2122

2223
EXPOSE 4001
2324

24-
CMD [ "node", "dist/index.js" ]
25+
CMD [ "node", "dist/index.js" ]

0 commit comments

Comments
 (0)