Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment with docker impossible, missing node.js #339

Open
antoniusostermann opened this issue Dec 17, 2015 · 3 comments
Open

Deployment with docker impossible, missing node.js #339

antoniusostermann opened this issue Dec 17, 2015 · 3 comments

Comments

@antoniusostermann
Copy link

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
Copy link
Contributor

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

antoniusostermann added a commit to antoniusostermann/docs that referenced this issue Jan 22, 2016
@antoniusostermann
Copy link
Author

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

@otzy007
Copy link

otzy007 commented Mar 12, 2016

I've fixed the Dockerfile. It can be closed now I guess
otzy007/volt-docker@c7e4601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants