mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Fix broken shell glob in Docker config
This commit is contained in:
parent
fa312ea089
commit
655af425e9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN mkdir /var/log/local
|
|||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi authn_dbd authn_socache
|
||||
|
||||
# Disable opcode caching to enable dynamic PHP reloading
|
||||
RUN echo "opcache.enable=0" >> /etc/php/*/fpm/php.ini
|
||||
RUN echo "opcache.enable=0" | tee --append /etc/php/*/fpm/php.ini
|
||||
|
||||
# Expose port for https
|
||||
EXPOSE 443
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue