Update Dockerfile

This commit is contained in:
docker-images 2025-07-28 01:36:56 +02:00
commit 824af20fd9

View file

@ -15,5 +15,6 @@ RUN CGO_ENABLED=1 \
FROM dunglas/frankenphp AS runner
COPY --from=builder /usr/local/bin/frankenphp /usr/local/bin/frankenphp
RUN ln -s /usr/local/bin/caddy /usr/local/bin/frankenphp
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"