diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..3e7cde3 --- /dev/null +++ b/.gitpod.Dockerfile @@ -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