steedos-platform/.gitpod.Dockerfile

7 lines
128 B
Docker
Raw Permalink Normal View History

2024-09-09 08:50:11 +00:00
FROM steedos/gitpod-workspace-base:2.2.5
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