-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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: