voltrb / volt

A Ruby web framework where your Ruby runs on both server and client
MIT License
3.22k stars 196 forks source link

Deployment with docker impossible, missing node.js #339

Open antoniusostermann opened 8 years ago

antoniusostermann commented 8 years ago

Tried deploying volt like described in the docs with docker, but volt server did not start due to missing node.js. Changing my Dockerfile to:

FROM otzy007/voltframework

RUN apt-get update
RUN apt-get install --yes nodejs

solved the problem.

matthew342 commented 8 years ago

@Canifex a PR to the volt-docs I'm sure would be welcome. https://github.com/voltrb/docs

antoniusostermann commented 8 years ago

@matthew342 thanks, didn't know the docs are available anywhere.

otzy007 commented 8 years ago

I've fixed the Dockerfile. It can be closed now I guess https://github.com/otzy007/volt-docker/commit/c7e460111af523ff08bfae3827700898fe7abdbb