Add Gitpod configuration

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2021-05-08 06:15:32 +00:00
parent 461a975749
commit 5a36472645
1 changed files with 7 additions and 0 deletions

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
tasks:
- init: git submodule update --init && ./occ maintenance:install && ./occ config:system:set trusted_domains 1 --value=*.gitpod.io
command: php -S 0.0.0.0:8000
ports:
- port: 8000
onOpen: open-preview