Selaa lähdekoodia

fix port and build?

Saul Shanabrook 4 vuotta sitten
vanhempi
commit
4a9e5309a4
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      .gitpod.yml

+ 5 - 2
.gitpod.yml

@@ -17,5 +17,8 @@ github:
     # add a label once the prebuild is ready to pull requests (defaults to false)
     addLabel: false
 tasks:
-  - init: pip install -e . && yarn install
-    command: jupyter lab --dev-mode --watch
+  - init: pip3 install -e . && yarn install && yarn run build
+    command: jupyter lab --dev-mode --watch --LabApp.token=''
+ports:
+  - port: 8888
+    onOpen: open-browser