Skip to content

Commit 8820e53

Browse files
committed
ci: fix typo in dev Dockerfile
1 parent d2b6f9e commit 8820e53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)