Sign inSign up

aug2uag/meteor

By aug2uag

Updated over 5 years ago

Meteor 1.3.2.4 image with Node 0.12.7

Image
0

3.5K

aug2uag/meteor repository overview

run Meteor in production without bundling

docker run -d \
   -it \
   --name someapp \
   --network host \ 
   --mount type=bind,source="$(pwd)",target=/app \
   -w /app \
   aug2uag/meteor:prod bash local.sh

with some local.sh script as follows:

# set env here
meteor run --settings settings.json

Tag summary

Content type

Image

Digest

Size

747.8 MB

Last updated

over 5 years ago

docker pull aug2uag/meteor:prod