mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Fix wrong copy location
This commit is contained in:
parent
fca06c6394
commit
0dd4d2c88e
|
|
@ -23,7 +23,7 @@ COPY --from=install /temp/node_modules /temp/node_modules
|
||||||
WORKDIR /temp
|
WORKDIR /temp
|
||||||
RUN bunx --bun prisma generate
|
RUN bunx --bun prisma generate
|
||||||
RUN bun run prod-build
|
RUN bun run prod-build
|
||||||
COPY prisma /temp
|
COPY prisma /temp/dist
|
||||||
|
|
||||||
# copy production dependencies and source code into final image
|
# copy production dependencies and source code into final image
|
||||||
# Alpine (musl) causes errors with Bun :(
|
# Alpine (musl) causes errors with Bun :(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue