-
Notifications
You must be signed in to change notification settings - Fork 2k
fix npm cache clean #420
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
fix npm cache clean #420
Conversation
Actually this should be fixed in the template.
uh, how? is that file generated? |
It is locally generated before pushing, the template lives in the root folder: Dockerfile-onbuild.template |
I'd argue tho that this only makes sense for node 8 |
The same template generates all dockerfiles, so the Node 8 one will be overwritten in future releases unless the template is updated. The |
I'll put it in the template then 👍 |
Could you rebase your branch on master?
And then you'll need to force push to your forked branch. |
I'm confused, I can't see a change to the |
@gibfahn that links points to master, this pr hasn't been merged yet :) |
@Starefossen rebased 🙌 |
sorry, don't know what happened, I just rebased in a rush and I probably messed something |
fixes #419
disclaimer: untested