# 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. 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 ```