diff --git a/agent-bot/Dockerfile b/agent-bot/Dockerfile index 4cd1f20..33c551c 100644 --- a/agent-bot/Dockerfile +++ b/agent-bot/Dockerfile @@ -12,4 +12,5 @@ COPY agent-bot/src ./agent-bot/src ENV PORT=4200 EXPOSE 4200 +USER bun CMD ["bun", "agent-bot/src/index.ts"]