gatsby-pingbot/.gitpod.Dockerfile

10 lines
210 B
Docker
Raw Normal View History

2021-08-06 17:37:44 +00:00
FROM gitpod/workspace-full
# Install cli tools
2021-08-09 14:21:08 +00:00
RUN yarn global add gatsby vercel eslint
2021-08-06 17:37:44 +00:00
RUN echo "export PATH=\$PATH:`yarn global bin`" >> ~/.bashrc
# Disable gatsby telemetry
RUN gatsby telemetry --disable