Add BOT_ALLOWED_USERS, fix SetColWidth params, drop fmt import, save chat_id on start

This commit is contained in:
2026-06-23 21:56:18 +03:30
parent a92c72f46a
commit 7da6f4cb49
8 changed files with 228 additions and 209 deletions

View File

@@ -20,7 +20,7 @@ WORKDIR /data
COPY --from=builder /usr/local/bin/worktime-bot /usr/local/bin/worktime-bot
COPY --from=builder /src/db/schema.sql ./db/schema.sql
COPY --from=builder /src/pkg/i18n/ ./i18n/
# i18n removed — strings are hardcoded in handlers
VOLUME ["/data"]