Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
go mod init
from dockerize build in base-server.Dockerfile (#…
…2393) Dockerize moved from using Glock to Go modules and introduced go.mod and go.sum files into the repository. Therefore, the Go module initialization command has to be removed from the `base-server` Dockerfile as it breaks the build. See: jwilder/dockerize@6f92b85
- Loading branch information