Bake in thread directives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user