greboid / irc-webhook

MIT License
0 stars 0 forks source link

Docker image is broken #38

Closed csmith closed 1 month ago

csmith commented 1 month ago

Trying to run the Dockerfile gives:

unable to find user appuser: no matching entries in passwd file

It seems like the appuser user is created in the builder stage and not copied over in any way?

csmith commented 1 month ago

Manually setting the user to nonroot works fine