.gitpod.yml 165 B

123456789101112
  1. image:
  2. file: .gitpod.Dockerfile
  3. tasks:
  4. - init: |
  5. npm install
  6. ports:
  7. - port: 5900
  8. onOpen: ignore
  9. # vnc
  10. - port: 6080
  11. onOpen: open-preview