DamijanNov
Results
2
comments of
DamijanNov
I have the same problem. I tried it under Windows 10 with Ubuntu 20.04 LTS as well as openSUSE-Leap-15-1, with project being in /home/myusername (I tried other locations as well,...
But when I changed the line 32 in script generate-openapi-demo-specs.sh: from: docker run --rm -e GOPATH=$HOME/go:/go -v $HOME:$HOME -w $(pwd) ${IMAGE}:${IMAGE_VERSION} $command to: docker run --rm -e GOPATH=$HOME/go:/go -v $(pwd):$(pwd)...