docker: install PHP settings inside the image
This commit is contained in:
parent
ce74933e87
commit
9b0fdf3fe4
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ RUN rmdir /var/www/html \
|
|||
&& install -d -m 700 -o www-data -g www-data /var/cache/gen-cache \
|
||||
&& install -d -m 700 -o www-data -g www-data /var/cache/template-cache
|
||||
|
||||
COPY ./docker/php/upload.ini /usr/local/etc/php/conf.d/upload.ini
|
||||
|
||||
# Copy the bootstrap script.
|
||||
COPY ./docker/php/bootstrap.sh /usr/local/bin/bootstrap.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue