fix(local deploy): constrains node

This commit is contained in:
2025-05-25 16:02:21 -05:00
parent a4029725f9
commit 76bad88190
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ FROM dunglas/frankenphp
ENV SERVER_NAME=":80"
ENV CADDY_GLOBAL_OPTIONS="auto_https off"
ENV APP_RUNTIME="Runtime\\FrankenPhpSymfony\\Runtime"
RUN install-php-extensions \
pdo_mysql \