Add user in the image and not container. (#51)

This commit is contained in:
Abhilash Raj
2017-06-14 23:34:55 -07:00
committed by GitHub
parent c9304e868d
commit b49edc2fa0
2 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,6 @@ python manage.py migrate
# Create a mailman user with the specific UID and GID and do not create home
# directory for it. Also chown the logs directory to write the files.
useradd -M -U -u 1000 mailman
chown mailman:mailman /opt/mailman-web-data -R