build #26
|
@ -22,8 +22,8 @@ RUN cd /temp/prod && bun install --production --frozen-lockfile
|
|||
# Copy production dependencies and source code into final image
|
||||
FROM base AS release
|
||||
COPY --from=install /temp/prod/node_modules node_modules
|
||||
COPY --from=install /usr/src/app/src ./src
|
||||
COPY --from=install /temp/prod/package.json .
|
||||
COPY ./src ./src
|
||||
|
||||
# run the app
|
||||
USER bun
|
||||
|
|
Loading…
Reference in New Issue