steedos-platform/.gitpod.Dockerfile
2024-09-09 16:50:11 +08:00

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