appwrite/docker/environments/README.md

13 lines
389 B
Markdown
Raw Normal View History

2020-07-16 04:30:08 +00: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 05:24:06 +00: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
```