1
0
Fork 0
mirror of synced 2024-05-12 00:32:35 +12:00

Merge pull request #4684 from appwrite/fix-gitpod-submodules

Fix: Gitpod prebuilds
This commit is contained in:
Eldad A. Fux 2022-11-21 10:36:25 +02:00 committed by GitHub
commit a80da7526d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
tasks:
- name: Run Appwrite Docker Stack
init: |
docker compose pull
git submodule update --init
docker compose build
docker compose pull
docker pull composer
command: |
docker run --rm --interactive --tty \