Tweak docker files for deployment

This commit is contained in:
2024-07-29 00:31:33 +03:00
parent 746bd5b013
commit c8532ebe53
5 changed files with 26 additions and 11 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ import (
const (
updateTimeoutInSeconds = 60
startCommand = "/start"
messageParseMode = tgbotapi.ModeMarkdown
startCommand = "start"
)
type fileInfo struct {