gravityblast / fresh

Build and (re)start go web apps after saving/creating/deleting source files.
MIT License
3.77k stars 380 forks source link

'open tmp/runner-build: no such file or directory' error when rebuilding in Docker container #85

Open andysbolton opened 6 years ago

andysbolton commented 6 years ago

Hi there,

I'm using fresh on Windows 10 inside a Docker container. fresh seems to build the project correctly the first time, but on subsequent rebuilds will fail with go install github.com/me/project: open tmp/runner-build: no such file or directory. If I bash into the container I can see tmp/runner-build when listing the directory contents, but when trying to interact with it I get more no such file or directory errors. My initial thought was that this is was a permission issue but it doesn't appear to be.

Not sure if this repo is too active anymore, but has anyone encountered this before?

charlesgiroux commented 6 years ago

Same issue on Windows 10.