You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue was that the code attempted to mount /tmp
with Docker. On Windows, the mount path has to be
from /c (or another root dir), otherwise it won't
work. Doing the temporary work in a `tmp` directory
under the `build` dir solved the issue.
Closesagones-dev#49
0 commit comments