build #26

Merged
bizcochito merged 14 commits from build into develop 2024-01-14 13:56:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b337842ef4 - Show all commits

View File

@ -23,7 +23,7 @@ RUN cd /temp/prod && bun install --production --frozen-lockfile
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=install /usr/src/app/src ./src
COPY --from=install /usr/src/app/package.json .
COPY --from=install /temp/prod/package.json .
# run the app
USER bun