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 \
7
7
opcache > /dev/null
8
8
9
9
10
- COPY --link deploy/franken/Caddyfile /etc/caddy /Caddyfile
10
+ COPY --link deploy/franken/Caddyfile /etc/frankenphp /Caddyfile
11
11
COPY --link deploy/conf/php.ini /usr/local/etc/php/
12
12
13
13
COPY --link . /php
Original file line number Diff line number Diff line change 1
- FROM dunglas/frankenphp
1
+ FROM dunglas/frankenphp:php8.4
2
2
3
3
# add additional extensions here:
4
4
RUN install-php-extensions \
@@ -8,7 +8,7 @@ RUN install-php-extensions \
8
8
9
9
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
10
10
11
- COPY --link deploy/Caddyfile /etc/caddy /Caddyfile
11
+ COPY --link deploy/Caddyfile /etc/frankenphp /Caddyfile
12
12
COPY --link deploy/conf/php.ini /usr/local/etc/php/
13
13
14
14
WORKDIR /symfony
You can’t perform that action at this time.
0 commit comments