ProxyChief/.gitpod.Dockerfile

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