From 5a364726458e1a158659707654ad53574118ceb3 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Sat, 8 May 2021 06:15:32 +0000 Subject: [PATCH] Add Gitpod configuration Signed-off-by: Jan C. Borchardt --- .gitpod.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..9c25937b97 --- /dev/null +++ b/.gitpod.yml @@ -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