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.
Files
cv/Dockerfile
T

10 lines
221 B
Docker
Raw Permalink Normal View History

FROM dunglas/frankenphp:1-php8.5-alpine
2021-12-29 15:17:36 -05:00
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