Add image info, increase php limits

This commit is contained in:
yuriko 🦊 2025-05-25 18:04:31 -04:00
parent cb086c4708
commit 68d316cd86
5 changed files with 24 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM dunglas/frankenphp
# Copy php.ini
COPY ./deploy/php.ini $PHP_INI_DIR/php.ini
COPY ./deploy/php.ini $PHP_INI_DIR/php-app-config.ini
RUN apt update -y && apt install -y --no-install-recommends git nodejs npm
COPY --from=composer:lts /usr/bin/composer /usr/bin/composer