diff --git a/Dockerfile b/Dockerfile index 5f6b67ec..e2c8d7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY --from=install /temp/node_modules /temp/node_modules WORKDIR /temp RUN bunx --bun prisma generate RUN bun run prod-build -COPY prisma /temp +COPY prisma /temp/dist # copy production dependencies and source code into final image # Alpine (musl) causes errors with Bun :(