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:
parent
8efb1fb4df
commit
0e7d838fec
5 changed files with 10 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue