oops
This commit is contained in:
parent
fc4109ad45
commit
da9e39d338
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue