-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docker doesn't compile correctly or build when pulling from master #263
Comments
This is because of this line: Line 93 in b7a5a61
The The muesli/go-app-paths@549218f#diff-d44c7badbd1491a3c4c5bbaf9f55d173R39 |
Also, DataDir got replaced by DataDirs returning a prioritized list of data directories See changelog here: https://github.com/muesli/go-app-paths/releases/tag/v0.2.0 |
Please accept the pull request: #264 |
I tried using the dockerfile, system crashes with the following:
github.com/lib/pq/scram
github.com/go-shiori/shiori/internal/core
github.com/lib/pq
github.com/mattn/go-sqlite3
github.com/shurcooL/httpfs/vfsutil
github.com/shurcooL/vfsgen
github.com/go-shiori/shiori/internal/webserver
github.com/spf13/cobra
github.com/go-shiori/shiori/internal/cmd
github.com/go-shiori/shiori/internal/cmd
src/github.com/go-shiori/shiori/internal/cmd/root.go:93:32: too many arguments in call to gap.NewScope
have (gap.ScopeType, string, string)
want (gap.ScopeType, string)
src/github.com/go-shiori/shiori/internal/cmd/root.go:94:27: userScope.DataDir undefined (type *gap.Scope has no field or method DataDir)
The text was updated successfully, but these errors were encountered: