Pritup pres PHP a docker
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user