Pritup pres PHP a docker

This commit is contained in:
Martin Blazik
2026-08-16 20:09:42 +02:00
parent 5b8e535be0
commit d2099b9a6c
7 changed files with 178 additions and 2 deletions

7
Dockerfile Normal file
View File

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