steedos-platform/.gitpod.Dockerfile
2022-01-17 17:16:46 +00:00

7 lines
155 B
Docker

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