Compare commits

...

1 Commits

Author SHA1 Message Date
Jan C. Borchardt 5a36472645 Add Gitpod configuration
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-05-08 06:15:32 +00:00
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