You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get ./...
go build ./...
go test ./...
go fmt ./...
go mod tidy
docker buildx build --file Dockerfile --tag rng --load .
docker run --name rng --detach --publish 3000:3000 rng
curl http://127.0.0.1:3000
docker stop rng
docker rm rng