jaaaco/meteor

By jaaaco

Updated over 7 years ago

Image with Meteor framework installed, based on correct nodejs version

Image
0

78

FROM node:4.8.4-slim
RUN apt-get update && apt-get install bzip2 curl -y
RUN npm install pm2 -g
# install Meteor
RUN curl "https://install.meteor.com/?release=1.5.2.1" | sh

That's all folks!

Docker Pull Command

docker pull jaaaco/meteor