updating readme with docker info

This commit is contained in:
2021-02-04 17:54:24 -06:00
parent ed08994a7c
commit a7824ef448
2 changed files with 32 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
// Run ...
func Run(info *router.BuildInfo) error {
conf, err := config.GetConfig("config.json")
conf, err := config.GetConfig("/config/config.json")
if err != nil {
log.Fatal().Err(err)
}