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
I have Go v1.19 on Windows 10. This is what my Dockerfile looks like:
When I run docker-compose up --build, I get this:
docker-compose up --build
...yet it's stuck here. I can't navigate to my web app. Ideas?
The text was updated successfully, but these errors were encountered:
I have the same problem, any solution yet??
Sorry, something went wrong.
Make sure to run: go env -w GO111MODULE=auto
go env -w GO111MODULE=auto
same issue, my go version is 1.20.3
➜ go env GO111MODULE auto ➜ CompileDaemon -directory=./ -exclude-dir=./backup 2023/07/21 20:42:23 Running build command! 2023/07/21 20:42:25 Build ok. ^C
I added -command "go run ." and it works now
-command "go run ."
No branches or pull requests
I have Go v1.19 on Windows 10. This is what my Dockerfile looks like:
When I run
docker-compose up --build
, I get this:...yet it's stuck here. I can't navigate to my web app. Ideas?
The text was updated successfully, but these errors were encountered: