mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-21 07:40:46 +00:00
7 lines
128 B
Docker
7 lines
128 B
Docker
FROM steedos/gitpod-workspace-base:2.2.5
|
|
|
|
# Install Meteor
|
|
RUN curl https://install.meteor.com/?release=1.9.3 | sh
|
|
|
|
USER gitpod
|