-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
hi there, am following your YT meetup demo,
i have question about setting the group and user, i see you set it as ID number, whats group and user 9000 relate to in this case ? (and how would someone find it out)
Line 29 in f36059f
| RUN chown -R 9000:9000 storage && \ |
is it mandatory still to use the GID and UID instead of the names ?
and you dont need to do a ?
RUN useradd -r -u 9000:9000 -g someappuser someappuser
in all the images (or only in the alpine distro image) ?
and for documentation and central configurations, can you use the .env file to get/set these variables and then use things like ${GROUP_SOMEUSER} commands in Dockerfile, like you can in yml ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels