This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2026-06-29 12:32:50 +00:00
|
|
|
FROM dunglas/frankenphp:1-php8.5-alpine
|
2021-12-29 15:17:36 -05:00
|
|
|
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
|
|
|
|
|
2026-06-29 12:32:50 +00:00
|
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
COPY Caddyfile /etc/frankenphp/Caddyfile
|
|
|
|
|
COPY --chown=www-data:www-data root /app/public
|
|
|
|
|
|
|
|
|
|
USER www-data
|