Fix Dockerfile
This commit is contained in:
@@ -17,6 +17,7 @@ RUN bun run build
|
||||
FROM base AS release
|
||||
COPY --from=install /temp/prod/node_modules node_modules
|
||||
COPY --from=prerelease /usr/src/app/dist dist
|
||||
COPY --from=prerelease /usr/src/app/src src
|
||||
COPY --from=prerelease /usr/src/app/package.json .
|
||||
|
||||
USER bun
|
||||
|
||||
Reference in New Issue
Block a user