Merge pull request #3400 from appwrite/feat-improve-gitpod-preloads

Feat: Improve Gitpod preloading
This commit is contained in:
Torsten Dittmann
2022-06-22 10:08:34 +02:00
committed by GitHub
+1
View File
@@ -3,6 +3,7 @@ tasks:
init: |
docker compose pull
docker compose build
docker pull composer
command: |
docker run --rm --interactive --tty \
--volume $PWD:/app \