diff --git a/Dockerfile b/Dockerfile index 7d5ab6c..5e27a57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN bun run build EXPOSE 3000 -CMD ["node", ".output/server/index.mjs"] +CMD ["bun", "run", ".output/server/index.mjs"]