Fix Dockerfile
This commit is contained in:
parent
9973bebd4f
commit
bb3f86af4c
@ -17,6 +17,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/dist dist
|
COPY --from=prerelease /usr/src/app/dist dist
|
||||||
|
COPY --from=prerelease /usr/src/app/src src
|
||||||
COPY --from=prerelease /usr/src/app/package.json .
|
COPY --from=prerelease /usr/src/app/package.json .
|
||||||
|
|
||||||
USER bun
|
USER bun
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user