Bake in thread directives

This commit is contained in:
Codex
2026-05-21 13:05:53 +00:00
parent 1a74c02173
commit d00cdd8e9f
17 changed files with 518 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -o /out/codex-telegram-bot ./cmd/bot
FROM alpine:3.20
RUN adduser -D -h /home/bot bot
RUN adduser -D bot
COPY --from=build /out/codex-telegram-bot /usr/local/bin/codex-telegram-bot
USER bot