
Running Appwrite in Docker on WSL/Ubuntu. I've deployed Dart functions and they work just fine! π But I'm confused about the build process and using packages. When I look at the build process, there are three rounds of downloading packages and some seem to be downloaded three times. This is performed for every function that is deployed. How does that work? To make deployment more efficient and let functions use the same packages I thought it would be possible to override dependencies and add them. I can't get that to work. As I understand symlinks could be used, but I don't understand how these can be deployed. Where and how should I deploy packages stored in a separate folder? Within a container? Also, would this allow offline deployment of functions? Obviously pub get --offline isn't an option (like on the client side), but if all the required packages are cached and put in a common folder and then symlinked (is that a verb? π ) to, would that work? Thanks for any help.
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Is it possible to change the model to a ...
Is it possible to change the model to a custom model, like: https://chatgpt.com/g/g-rmdbtMF7a-expedia , or only the base 3.5 turbo is possible for chatting?
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
