go-pingbot/.gitpod.Dockerfile

10 lines
246 B
Docker
Raw Normal View History

FROM gitpod/workspace-full
# GoReleaser
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
2021-08-12 19:39:05 +00:00
RUN sudo mv bin/* /usr/bin/
2021-08-07 20:05:34 +00:00
RUN yarn global add nodemon
RUN echo "export PATH=\$PATH:`yarn global bin`" >> ~/.bashrc