dockerfile for local build, makefile update

This commit is contained in:
yusing
2025-01-04 10:44:51 +08:00
parent c30d3f585f
commit d44ce0ee6f
3 changed files with 64 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ func LoadComposeFiles() {
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
logger.Info().
Str("src", path.Base(defFile)).
Str("name", name).
Msg("middleware loaded")
}
}