Files
ip/Dockerfile
T
Sagent e81abcee37
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 15s
fix: migrate from jcabillot/phpapache to dunglas/frankenphp
2026-06-29 12:42:34 +00:00

10 lines
221 B
Docker

FROM dunglas/frankenphp:1-php8.5-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public
USER www-data