Hi everyone, I’m developing my first function and I’m trying to build a Golang project with a web build dependency. My Golang build can’t find the web build, so I’m attempting to start a terminal for debugging but encounter an error at terminal startup. However, Docker returns a container successfully started. Do you have any idea what might be causing this issue ?
I have miss somthing ? I need to pass a parameters ?
#Can't open terminal in my build function
1 messages · Page 1 of 1 (latest)
Hello! Are you sure you're calling the right function? In the CLI you call build but in the code it's BuildGoApp which you would call with dagger call build-go-app