-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Following the change to the specific UID (see #8), the USER instructions were removed alltogether. However, the /var/www/html directory still belongs to the admin user.
$ ls -l /var/www
total 4
drwxrwxrwt 1 admin admin 4096 Mar 23 01:48 html
It may make sense to remove the following lines, if the user is not used anymore:
civicrm-docker/build/common-base/Dockerfile
Lines 68 to 74 in 6268ba3
| # Add an admin user | |
| RUN useradd admin --home-dir /home/admin --create-home | |
| # Run apache as admin | |
| RUN chown admin:admin /var/www/html |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels