We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@canifex a PR to the volt-docs I'm sure would be welcome. https://github.com/voltrb/docs
Sorry, something went wrong.
fixes voltrb/volt#339
b12d528
@matthew342 thanks, didn't know the docs are available anywhere.
I've fixed the Dockerfile. It can be closed now I guess otzy007/volt-docker@c7e4601
No branches or pull requests
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:
solved the problem.
The text was updated successfully, but these errors were encountered: