
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
- Email OTP Mail Getting Delayed by 10 min...
I just noticed I am reciving delayed otp emails on frankfurt server we are on free plan now but we are planning to change to get on to paid plan can anyone plea...
- schedule functions not working
starting from 15:02 utc time my schedule function stops working. I was able to execute it using the GUI. The schedule is every 5 minutes and I can see a clock i...
- Getting permission denied error while de...
My `package.json` build script is `tsc` and function's commands are `npm install && npm run build`. Here are the deployment logs: ``` 2025-06-19T15:14:36.849527...
