.gitpod.yml 401 B

12345678910111213
  1. image:
  2. file: .gitpod.Dockerfile
  3. tasks:
  4. - command: |
  5. gp await-port 8888 && gp preview $(gp url 8888)/web/viewer.html && echo '[{"name": "Firefox","path": "/usr/bin/firefox"}]' | jq '.' > test/resources/browser_manifests/browser_manifest.json
  6. - init: npm install -g gulp-cli && npm install
  7. command: gulp server
  8. ports:
  9. - port: 8888
  10. onOpen: ignore
  11. - port: 6080
  12. onOpen: ignore