steedos-platform/.gitpod.Dockerfile

7 lines
128 B
Docker
Raw Normal View History

2024-08-20 06:55:18 +00:00
FROM steedos/gitpod-workspace-base:2.2.2
2021-12-27 12:13:46 +00:00
2021-12-30 08:00:18 +00:00
# Install Meteor
RUN curl https://install.meteor.com/?release=1.9.3 | sh
2022-01-17 17:16:46 +00:00
USER gitpod