1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-14 07:49:52 +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

@ -15,9 +15,6 @@ ADD build-prepare.sh /
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
ARG OWNER_UID
ARG OWNER_GID
RUN sh -c /build-prepare.sh
CMD /startup.sh