fresh
fresh copied to clipboard
'open tmp/runner-build: no such file or directory' error when rebuilding in Docker container
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?
Same issue on Windows 10.