Files
ip/Dockerfile
T
opencodecabilloteu ad8b3b7830
PR Checks / hadolint (pull_request) Successful in 15s
PR Checks / build-test (pull_request) Successful in 1m11s
fix: ignore hadolint DL3066 for non-numeric USER www-data
2026-08-02 16:26:21 +00:00

10 lines
245 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
# hadolint ignore=DL3066
USER www-data