diff --git a/Dockerfile b/Dockerfile index a500332..77f6014 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