Merge pull request 'fix: migrate from jcabillot/phpapache to dunglas/frankenphp' (#22) from fix/frankenphp-migration into master
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 15s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 16s
Tag Release / build-push (push) Successful in 56s

Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
2026-06-29 08:54:45 -04:00
2 changed files with 18 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
{
auto_https off
frankenphp
}
:8080 {
root * /app/public
encode zstd br gzip
try_files {path} /index.php?{query}
php_server
}
+7 -3
View File
@@ -1,5 +1,9 @@
ARG VERSION="latest" FROM dunglas/frankenphp:1-php8.5-alpine
FROM "jcabillot/phpapache:${VERSION}"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>" LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
COPY "root" "/var/www/html" WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public
USER www-data