Open Akasurde opened 2 years ago
This is due to the fact the build is performed using docker, and only the current directory is shared with the container (see here).
cd to the /tmp
folder and running bee build hello.c hello:v1
should work
@yuval-k Yes. I observed that.