wip: semi-working PHP8.5/FrankenPHP w/ async
This commit is contained in:
15
Dockerfile
15
Dockerfile
@@ -1,16 +1,17 @@
|
||||
FROM dunglas/frankenphp:php8.4
|
||||
FROM registry.caldwell.digital/home/frankenphp:1.9.0-php8.5.0-ubuntu
|
||||
|
||||
ENV SERVER_NAME=":80"
|
||||
ENV CADDY_GLOBAL_OPTIONS="auto_https off"
|
||||
ENV APP_RUNTIME="Runtime\\FrankenPhpSymfony\\Runtime"
|
||||
ENV APP_VERSION="0.0.1"
|
||||
ENV SERVER_ROOT="/app/public"
|
||||
|
||||
RUN install-php-extensions \
|
||||
pdo_mysql \
|
||||
gd \
|
||||
intl \
|
||||
zip \
|
||||
opcache
|
||||
#RUN install-php-extensions \
|
||||
# pdo_mysql \
|
||||
# gd \
|
||||
# intl \
|
||||
# zip \
|
||||
# opcache
|
||||
|
||||
RUN apt update && apt install -y wget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user