mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 00:01:52 +00:00
Install Meteor
This commit is contained in:
parent
5d1924d441
commit
9fcb5936fb
3
.gitpod.Dockerfile
vendored
3
.gitpod.Dockerfile
vendored
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user