change gitpod image

This commit is contained in:
MedzikUser 2021-11-04 17:19:10 +01:00
parent 738271ebaf
commit f39505d5e1
2 changed files with 1 additions and 11 deletions

9
.gitpod.Dockerfile vendored
View File

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

View File

@ -1,2 +1 @@
image:
file: .gitpod.Dockerfile
image: medzik/gitpod:frontend