gitlab-meteor/Dockerfile
2019-03-03 22:50:26 -05:00

6 lines
300 B
Docker

FROM node:latest
RUN useradd -m -s /bin/bash meteor
RUN su -c "curl -o /tmp/meteor.sh 'https://install.meteor.com?release=1.5.2'; sh /tmp/meteor.sh; rm -f /tmp/meteor.sh" meteor
RUN cp "/home/meteor/.meteor/packages/meteor-tool/1.5.2/mt-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor