Image with Meteor framework installed, based on correct nodejs version
195
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!
Content type
Image
Digest
Size
306.8 MB
Last updated
almost 9 years ago
docker pull jaaaco/meteor:1.5.2.2