1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
appwrite/docker/environments/README.md

13 lines
389 B
Markdown
Raw Normal View History

2020-07-16 16:30:08 +12:00
# Appwrite Functions Environments
Docker based enviornments for Appwrite Functions. You can use this Docker images to locally tests your functions by executing them on your local desktop or server.
2020-11-03 18:24:06 +13:00
All the supported enviornments are based on Docker Alpine images.
## Build
Build envs for all supported cloud functions (multicore builds)
```bash
bash ./docker/environments/build.sh
```