change: www volume managed better
This commit is contained in:
parent
49a136c709
commit
f5c5b31fbd
7 changed files with 43 additions and 38 deletions
|
|
@ -19,6 +19,8 @@ RUN adduser -D -S -G www www
|
|||
|
||||
# add config
|
||||
COPY /conf/ /etc/php83/
|
||||
COPY /conf/wwwmore/ /conf/wwwmore/
|
||||
COPY /run.sh /run.sh
|
||||
|
||||
# start
|
||||
CMD ["php-fpm83", "-F"]
|
||||
CMD ["/run.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue