[openstreetmap/openstreetmap-website] Add Docker Compose Support for Development Environment (#2409)
mmd
notifications at github.com
Wed Dec 16 15:14:00 UTC 2020
`bundle install` also needs to deploy a few gems in a fresh install, so I would assume this is relevant here as well.
In a quick test drive, I created a non-root user with uid 1000 right before:
```
# Setup app location
RUN mkdir -p /app
```
(uid 1000 matches my Ubuntu user id)
Then I changed the ownership of that /app directory to the new user using chown, followed by `USER xyz`.
`bundle install` and `yarn install` would then run as non-root, and that seemed to work ok.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2409#issuecomment-746451046
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201216/d4300860/attachment.htm>
More information about the rails-dev
mailing list