Skip to content
New issue

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

1.19 "stuck" on Build ok. #82

Open
windowshopr opened this issue Aug 9, 2022 · 3 comments
Open

1.19 "stuck" on Build ok. #82

windowshopr opened this issue Aug 9, 2022 · 3 comments

Comments

@windowshopr
Copy link

I have Go v1.19 on Windows 10. This is what my Dockerfile looks like:

image

When I run docker-compose up --build, I get this:

image
image

...yet it's stuck here. I can't navigate to my web app. Ideas?

@mohsenMJ
Copy link

I have the same problem, any solution yet??

@tommienu
Copy link

tommienu commented Mar 7, 2023

Make sure to run: go env -w GO111MODULE=auto

@Fanduzi
Copy link

Fanduzi commented Jul 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants