-
Notifications
You must be signed in to change notification settings - Fork 78
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
Using non root user #12
Conversation
Not really needed... the few files are just a few kb.
@Ilyes512 Is there a reason you deleted the |
(Ow wtf... did not receive a email about your reply - only noticed it after checking out some boxes) The reason is because I think the few KB's extra that it would need to send to the build context is not going to be noticeable. I can add it back. edit: Hmm, I can literally replace the old content of
|
Not sure if this is the best solution, but the reason is to overwrite the The original CMD was:
The only way to overwrite the Caddyfile is by creating a new image (with caddy as the base) and using If you use an entrypoint script... any possible volumes will already have been mounted. |
@Ilyes512 I'm not sure why the two are related though, if you mount a new |
… using a hostvolume" This reverts commit f0d0686.
After @hairyhenderson's double-check and my own check the commit that added the entrypoint file has been reverted. |
@Ilyes512 I think this piece ⬆️ could probably go in a separate PR. This one's good to go, and we'll be able to get a good image built sooner 😉 |
@hairyhenderson you may merge it :) |
Write some examples/intructions Usage overview? #11will be done in a different branchThe original PR and branch can be found here: #6 Since there were allot of changes I created a new branch and PR.