fix: fix Dockerfile

This commit is contained in:
JustSong
2022-11-23 16:03:51 +08:00
parent b4ee59b9d3
commit 00ee736e13
3 changed files with 54 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ var Footer = ""
// Any options with "Secret", "Token" in its key won't be return by GetOptions
var SessionSecret = uuid.New().String()
var SQLitePath = ".message-pusher.db"
var SQLitePath = "message-pusher.db"
var OptionMap map[string]string
var OptionMapRWMutex sync.RWMutex