Skip to content

Commit 4cf964f

Browse files
authored
[php] Fix FrankenPHP (#10019)
* [php] Fix FrankenPHP * Delete docker line for test
1 parent 4af4805 commit 4cf964f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/PHP/php/php-franken.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN install-php-extensions \
77
opcache > /dev/null
88

99

10-
COPY --link deploy/franken/Caddyfile /etc/caddy/Caddyfile
10+
COPY --link deploy/franken/Caddyfile /etc/frankenphp/Caddyfile
1111
COPY --link deploy/conf/php.ini /usr/local/etc/php/
1212

1313
COPY --link . /php

frameworks/PHP/symfony/symfony-franken.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dunglas/frankenphp
1+
FROM dunglas/frankenphp:php8.4
22

33
# add additional extensions here:
44
RUN install-php-extensions \
@@ -8,7 +8,7 @@ RUN install-php-extensions \
88

99
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
1010

11-
COPY --link deploy/Caddyfile /etc/caddy/Caddyfile
11+
COPY --link deploy/Caddyfile /etc/frankenphp/Caddyfile
1212
COPY --link deploy/conf/php.ini /usr/local/etc/php/
1313

1414
WORKDIR /symfony

0 commit comments

Comments
 (0)