This commit is contained in:
Chris Kruining 2025-02-04 16:04:28 +11:00
parent fc4109ad45
commit da9e39d338
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -24,7 +24,7 @@ RUN bun run build
FROM base AS release FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/.env . COPY --from=prerelease /usr/src/app/.env .
COPY --from=prerelease /usr/src/app/bun.lockb . COPY --from=prerelease /usr/src/app/bun.lock .
COPY --from=prerelease /usr/src/app/package.json . COPY --from=prerelease /usr/src/app/package.json .
COPY --from=prerelease /usr/src/app/.vinxi .vinxi COPY --from=prerelease /usr/src/app/.vinxi .vinxi
COPY --from=prerelease /usr/src/app/.output .output COPY --from=prerelease /usr/src/app/.output .output