feat(gitpod): create config

This commit is contained in:
Medzik 2021-08-06 17:37:44 +00:00
parent d9fca718a8
commit 1395fbff65
2 changed files with 11 additions and 0 deletions

9
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,9 @@
FROM gitpod/workspace-full
# Install cli tools
RUN yarn global add gatsby vercel
RUN echo "export PATH=\$PATH:`yarn global bin`" >> ~/.bashrc
# Disable gatsby telemetry
RUN gatsby telemetry --disable

2
.gitpod.yml Normal file
View File

@ -0,0 +1,2 @@
image:
file: .gitpod.Dockerfile