File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1111COPY --link deploy/conf/php.ini /usr/local/etc/php/
1212
1313COPY --link . /php
Original file line number Diff line number Diff line change 1- FROM dunglas/frankenphp
1+ FROM dunglas/frankenphp:php8.4
22
33# add additional extensions here:
44RUN install-php-extensions \
@@ -8,7 +8,7 @@ RUN install-php-extensions \
88
99COPY --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
1212COPY --link deploy/conf/php.ini /usr/local/etc/php/
1313
1414WORKDIR /symfony
You can’t perform that action at this time.
0 commit comments