githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

1.19 "stuck" on Build ok. #82

Open windowshopr opened 2 years ago

windowshopr commented 2 years ago

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 commented 1 year ago

I have the same problem, any solution yet??

tommienu commented 1 year ago

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

Fanduzi commented 1 year ago

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