diff --git a/Dockerfile b/Dockerfile index c3e3d68..6cce140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ FROM base as release COPY --from=install /temp/prod/node_modules node_modules COPY --from=build /app/dist . -CMD [ "node", "/app/app.js"] \ No newline at end of file +CMD [ "bun", "/app/app.js"] \ No newline at end of file