1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-11 21:39:53 +02:00

move app user creation to startup scripts

run fpm as app user
This commit is contained in:
Andrew Dolgov 2020-01-23 16:29:49 +03:00
parent 8efb1fb4df
commit 0e7d838fec
5 changed files with 10 additions and 15 deletions

View file

@ -21,6 +21,4 @@ else
fi
mkdir -p /var/www
addgroup -g $OWNER_GID app
adduser -D -h /var/www/html -G app -u $OWNER_UID app