Fix wrong copy location

This commit is contained in:
Jesse Wierzbinski 2024-04-07 01:03:57 -10:00
parent fca06c6394
commit 0dd4d2c88e
No known key found for this signature in database

View file

@ -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 :(