initial import

This commit is contained in:
Seán C McCord 2019-03-03 22:50:26 -05:00
commit 27da2f6704

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
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