mimischi / dokku-sentry

Deploy your own instance of Sentry onto Dokku!
66 stars 14 forks source link

Fix adduser #2

Closed redrick closed 6 years ago

redrick commented 6 years ago

So I had a look around and seems running it like this is the solution

For me now deploys and runs as expected, many thx for this :)

mimischi commented 6 years ago

Many thanks for the PR!

My foolish mistake was to add the adduser command without testing it first. I've played around with other Dockerfiles, but using Alpine Linux, where on uses adduser instead of useradd.

I you wouldn't mind, I'd add the UID again so we don't have any problems when sharing folders with the host system.

redrick commented 6 years ago

Ok, I added UID, hopefully this was what you meant, running smooth for me on that part :)

Many thanks :)

mimischi commented 6 years ago

Just tested, looks good. Thanks very much!