Pritup pres PHP a docker
This commit is contained in:
committed by
lachtan obecny
parent
5b8e535be0
commit
8f5a69c86f
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user