Skip to content

Docker build for Linux Alpine, NodeJS and Meteor builded application support with minimal footprint

License

Notifications You must be signed in to change notification settings

firdausramlan/alpine-meteor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Meteor Docker Build

Dockerfile for creating Nodejs and Meteor compatible application container runninng on small footprint Alpine Linux. Your final container will have only from 100MB to 200MB depend on your aplication size.

WARNING: This containers is not for build or develop Meteor applications! This Dockerfile create container to run final builded Meteor aplication. You must build Meteor application your self.

How to use

See example folder how to build your application container. Simply copy files from example folder into your meteor project. Setup options in docker-build.sh file and run sh docker-build.sh.

TIP: Also graficmagic and phantomjs is avaliable just by uncomment RUN lines in example Dockerfile.

Big thanks to

Builded on mhart/alpine-node image and inspired by MeteorD project. Thanks guys!

https://github.com/mhart/alpine-node

https://github.com/meteorhacks/meteord

https://github.com/kadirahq/meteord

About

Docker build for Linux Alpine, NodeJS and Meteor builded application support with minimal footprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%