wip: semi-working PHP8.5/FrankenPHP w/ async

This commit is contained in:
2025-07-19 21:30:18 -05:00
parent 3b0ba81ce3
commit 0964abdf37
5 changed files with 76 additions and 8 deletions

View File

@@ -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