steedos-platform/.gitpod.Dockerfile
2022-06-09 03:06:56 +00:00

7 lines
157 B
Docker

FROM ecr.aws.steedos.cn/dockerhub/steedos/gitpod-workspace-base:2.2.2
# Install Meteor
RUN curl https://install.meteor.com/?release=1.9.3 | sh
USER gitpod