OSDN Git Service

Regular updates
[twpd/master.git] / .gitpod.yml
index 05099d1..150a4ce 100644 (file)
@@ -1,4 +1,15 @@
 image: gitpod/workspace-full
 
+ports:
+  - port: 4001
+    onOpen: open-preview
+
 tasks:
-  - init: bundle install
\ No newline at end of file
+  - init: yarn install && bundle install
+    command: env PORT=4001 yarn run dev
+
+github:
+  # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/prebuilds/
+  prebuilds:
+    # enable for the master/default branch
+    master: true