Sign inSign up

jaaaco/meteor

By jaaaco

Updated almost 9 years ago

Image with Meteor framework installed, based on correct nodejs version

Image
0

195

jaaaco/meteor repository overview

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!

Tag summary

Content type

Image

Digest

Size

306.8 MB

Last updated

almost 9 years ago

docker pull jaaaco/meteor:1.5.2.2