gitpod(docker): npm to yarn

This commit is contained in:
Medzik 2021-08-07 20:05:34 +00:00
parent fe16a2ab62
commit 8159b6022c
1 changed files with 2 additions and 1 deletions

3
.gitpod.Dockerfile vendored
View File

@ -3,4 +3,5 @@ FROM gitpod/workspace-full
# GoReleaser
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
RUN npm i -g nodemon
RUN yarn global add nodemon
RUN echo "export PATH=\$PATH:`yarn global bin`" >> ~/.bashrc