This commit is contained in:
Mike 2025-03-24 04:29:56 -04:00
parent 9664c6d9cd
commit 561594d953

View file

@ -19,6 +19,7 @@ COPY . .
FROM base AS release
COPY --from=prerelease /usr/src/app/public /usr/src/app/src .
COPY --from=prerelease /usr/src/app/package.json .
RUN chown -R bun /usr/src/app
# run the app
USER bun