We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CodeFactor found multiple issues last seen at 7529de5:
storage\user.go:298-341 storage\user.go:342-416 social\vk.go:184-270 social\fb.go:101-208 app\tournaments.go:33-86 config\config.go:77-154 storage\storage.go:58-129
Dockerfile:1
--no-cache
--update
/var/cache/apk/*
Dockerfile:9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CodeFactor found multiple issues last seen at 7529de5:
Complex Method
storage\user.go:298-341
storage\user.go:342-416
social\vk.go:184-270
social\fb.go:101-208
app\tournaments.go:33-86
config\config.go:77-154
storage\storage.go:58-129
Always tag the version of an image explicitly
Dockerfile:1
Use the
--no-cache
switch to avoid the need to use--update
and remove/var/cache/apk/*
when done installing packagesDockerfile:9
The text was updated successfully, but these errors were encountered: