Install Meteor

This commit is contained in:
Byran 2021-12-30 16:00:18 +08:00
parent 5d1924d441
commit 9fcb5936fb
2 changed files with 6 additions and 4 deletions

3
.gitpod.Dockerfile vendored
View File

@ -33,4 +33,7 @@ RUN wget https://download.redis.io/releases/redis-6.2.6.tar.gz && \
rm -f redis-6.2.6.tar.gz
ENV PATH=$PATH:/home/gitpod/redis-6.2.6/src
# Install Meteor
RUN curl https://install.meteor.com/?release=1.9.3 | sh
USER gitpod

View File

@ -18,7 +18,6 @@ tasks:
- command: |
redis-server --save ""
- init: |
curl https://install.meteor.com/?release=1.9.3 | sh
yarn
yarn bootstrap
yarn build