mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Remove unnecessary newline
This commit is contained in:
parent
c606dea993
commit
f398700c56
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN mkdir /var/log/local
|
||||||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi
|
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi
|
||||||
|
|
||||||
# Disable opcaching for dynamic PHP reloading
|
# Disable opcaching for dynamic PHP reloading
|
||||||
RUN echo "opcache.enable=0\n" >> /etc/php/7.4/fpm/php.ini
|
RUN echo "opcache.enable=0" >> /etc/php/7.4/fpm/php.ini
|
||||||
|
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
ENTRYPOINT ["/standardebooks.org/web/vms/docker/start-server.sh"]
|
ENTRYPOINT ["/standardebooks.org/web/vms/docker/start-server.sh"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue