This commit is contained in:
Mike 2025-03-24 04:47:16 -04:00
parent 0f3d3f416e
commit 245597c494

View file

@ -14,6 +14,8 @@ RUN cd /temp/dev && bun install --frozen-lockfile
FROM base AS prerelease
COPY --from=install /temp/dev/node_modules node_modules
COPY . .
RUN chown bun /usr/src/app
# run the app