Create .gitpod.Dockerfile

This commit is contained in:
17lwinn 2020-04-26 17:15:16 +01:00 committed by GitHub
parent 90e94ae721
commit ccadff9c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.gitpod.Dockerfile vendored Normal file
View File

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