Update gitpod configuration

master
jeromewu 5 years ago
parent 331fbbe6be
commit 0778add1c4
  1. 2
      .gitpod.Dockerfile
  2. 2
      .gitpod.yml

@ -0,0 +1,2 @@
FROM gitpod/workspace-full
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2

@ -1,3 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- command: gp await-port 3000 && sleep 3 && gp preview $(gp url 3000)/examples/browser/demo.html
- init: npm install

Loading…
Cancel
Save