Setup Docker building.

This commit is contained in:
emil28092005
2026-01-14 04:19:00 +03:00
parent 7df170e37d
commit e883aac2e8
4 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func main() {
database, err := db.NewDB("shagram.db")
database, err := db.NewDB("/app/data/shagram.db")
if err != nil {
log.Fatal(err)
}