File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
6565 mkdir -p /etc/frankenphp/php.d && \
6666 cp php.ini-development /etc/frankenphp/php.ini && \
6767 echo "zend_extension=opcache.so" >> /etc/frankenphp/php.ini && \
68- echo "opcache.enable=1" >> /etcfrankenphp /php.ini && \
68+ echo "opcache.enable=1" >> /etc/frankenphp /php.ini && \
6969 php --version
7070
7171# Install e-dant/watcher (necessary for file watching)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
6767 mkdir -p /etc/frankenphp/php.d && \
6868 cp php.ini-development /etc/frankenphp/php.ini && \
6969 echo "zend_extension=opcache.so" >> /etc/frankenphp/php.ini && \
70- echo "opcache.enable=1" >> /etcfrankenphp /php.ini && \
70+ echo "opcache.enable=1" >> /etc/frankenphp /php.ini && \
7171 php --version
7272
7373# Install e-dant/watcher (necessary for file watching)
You can’t perform that action at this time.
0 commit comments