fix: run bun in container CMD #8

Merged
t.behrendt merged 2 commits from fix-run-bun-in-container into main 2025-01-08 14:03:33 +01:00
Showing only changes of commit e77c8c5757 - Show all commits

View File

@@ -20,4 +20,4 @@ FROM base as release
COPY --from=install /temp/prod/node_modules node_modules COPY --from=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist . COPY --from=build /app/dist .
CMD [ "node", "/app/app.js"] CMD [ "bun", "/app/app.js"]