-
Notifications
You must be signed in to change notification settings - Fork 389
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
Running through docker #552
Comments
What do you need when running on docker ? generate HTML or PDF? because your error message including |
Ideal would be both, but I can see that generating PDF is buggy(from 'issues' I can see it is well known that pdf has some issues). I used |
Actually, if you want building PDF i really suggest you given up this tools. I just complete auto deploy HTML and PDF when CI pass on master recently and turn out i removed I would suggest you try get started with docker-puppeteer if you insist. |
Thanks @davidNHK , I will have a look in your solution and help my self with it 👍 |
Hey!
Trying to install resume-cli through docker but getting some permission errors on installing
resume-cli
.Dockerfile:
Error:
btw this
RUN npm install -g jsonresume-theme-paper
runs normally without permission error.Any idea how to overpass that without removing
-g
?The text was updated successfully, but these errors were encountered: