1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

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
commit 050ce467f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \