ProxyChief/.gitpod.Dockerfile
17lwinn fc374e91b9
Gitpod integration (#5)
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Update .gitpod.yml

* Update .gitpod.yml

* Update .gitpod.yml

* Update README.md
2020-04-26 10:29:53 -07:00

7 lines
124 B
Docker

FROM gitpod/workspace-full
## Avoid using 'root', as it's bad for your dev environments!
USER gitpod
RUN npm install pnpm