Skip to content

Commit 9db163e

Browse files
PavelLoparevclaude
andcommitted
fix: copy prompts directory into Docker production image
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 002453a commit 9db163e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ COPY --from=base /app/package.json ./
2929
COPY --from=base /app/next.config.ts ./
3030
COPY --from=base /app/schema.sql ./
3131
COPY --from=base /app/public ./public
32+
COPY --from=base /app/prompts ./prompts
3233

3334
ENV NODE_ENV=production
3435
EXPOSE 3000

0 commit comments

Comments
 (0)