artificialio / docker-sails

Docker container for SailsJS, optionally managed by PM2
https://registry.hub.docker.com/u/artificial/docker-sails/
26 stars 7 forks source link

Improve minimal iojs image #4

Closed Globegitter closed 9 years ago

Globegitter commented 9 years ago

Make a minimal iojs image that installs iojs via nvm, has git installed (so npm packages can be installed via git) and that can compile libraries such as bcrypt.

Also I think we don't actually need RUN mkdir /server in the files, but haven't tested that yet.

@kriswill that might be something you could tackle? To get the ideal iojs docker image :)

kriswill commented 9 years ago

yessir, I'll take a crack at it.

Globegitter commented 9 years ago

Thank you :)