
I was trying to to deveop function with openruntime. And how to make it seamless for development mode?
I was trying to change example main.py, and nothing change with API.
Restart docker, or docker compose up with —build parameter nothing effect.

For now, the easiest thing to do is to deploy the updated code

Deployed to Appwrite?

Yes... technically you can use an open runtimes image to run a container but you'll have to build and then start as the docs describe

Honestly, it's best to just deploy to an Appwrite instance

What is the fastest way to deploy? CLI?

Possibly yes. I'd probably use the CLI

(appwrite deploy function
)

Okayy, thank's @Steven . But in the future, is the team would make it easier for development instead of testing must deploy?

Probably
Recommended threads
- How can I check which version of node-ap...
Hi everyone, I deployed a Function on Appwrite with the following in my package.json: ```"dependencies": { "node-appwrite": "*" }``` Since Appwrite automat...
- Various Issues with Selfhosted Instance
When Creating sites, applications and messages i get different errors in Appwrite: When adding Site: Cannot access offset of type string on string When buildi...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
