Add Docker support.

This commit is contained in:
2025-05-15 16:21:20 +08:00
parent b270cc480e
commit 16d25f034e
7 changed files with 138 additions and 9 deletions

7
go.mod
View File

@@ -10,7 +10,12 @@ require (
gorm.io/gorm v1.26.1
)
require github.com/chai2010/webp v1.4.0
require (
github.com/chai2010/webp v1.4.0
gorm.io/driver/mysql v1.5.7
)
require github.com/go-sql-driver/mysql v1.7.0 // indirect
require (
github.com/dustin/go-humanize v1.0.1 // indirect