fix static file access in docker
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M internal/website/mux.go → internal/website/mux.go
@@ -98,8 +98,6 @@ Development: opts.Development, Destination: opts.Destination, } - templates.Setup() - repo, err, exists := vcs.CloneOrOpen(&vcs.Options{ LocalPath: opts.Source, RemoteURL: opts.VCS.RemoteURL,