https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/dotnet-6.0 Running '2. Build the code' command gives this error
What exactly are you doing? I'm a little lost 😅
OP is probably trying to run a function with the dot.net runtime (local/remote github setup).
I don't think anyone is supposed to run a function like that unless testing.
I am working on this issue https://github.com/appwrite/templates/issues/190 So I am trying to run the example in Open Runtime dotnet 6 But it's giving me some build.sh and some mnt/code/* error
you don't need open runtime for that, install appwrite locally, add dot.net runtime via .env
and restart appwrite.
Seems its trying to copy the code from your local to the mount location.
Yes install appwrite locally , the only pain is you need to deploy everytime to test it 😀
I think you can directly tar.gz your code and run this passing the code may be
docker run -p 3000:3000 -e OPEN_RUNTIMES_SECRET=secret-key --rm --interactive --tty --volume $PWD/code.tar.gz:/mnt/code/code.tar.gz:ro openruntimes/dotnet:v3-6.0 sh helpers/start.sh "dotnet /usr/local/server/src/function/DotNetRuntime.dll"
I am able to build!!
Recommended threads
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...