fix: migrate from jcabillot/phpapache to dunglas/frankenphp
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Failing after 16s

This commit is contained in:
Sagent
2026-06-29 12:32:50 +00:00
parent 7a4dcc8f6d
commit 3fb33c46b4
4 changed files with 30 additions and 22 deletions
+7 -3
View File
@@ -1,5 +1,9 @@
ARG VERSION="latest"
FROM "jcabillot/phpapache:${VERSION}"
FROM dunglas/frankenphp:1-php8.5-alpine
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