Pritup pres PHP a docker

This commit is contained in:
Martin Blazik
2026-08-16 20:09:42 +02:00
committed by lachtan obecny
parent 5b8e535be0
commit 8f5a69c86f
11 changed files with 302 additions and 2 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM dunglas/frankenphp:1-php8.3
RUN install-php-extensions yaml
WORKDIR /app
COPY app ./app
COPY conf ./conf
COPY manifest.yaml ./manifest.yaml
COPY Caddyfile /etc/frankenphp/Caddyfile