Increase max request time
linter / quality (push) Successful in 5m1s
tests / ci (8.3) (push) Successful in 3m47s

This commit is contained in:
2026-09-19 15:28:52 +02:00
parent 6d8e3438f0
commit 7c223e0ba8
3 changed files with 3922 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ RUN npm run build
# Final PHP image
FROM dunglas/frankenphp:1.12.2-php8.3-alpine AS final
COPY docker/php.ini-production "$PHP_INI_DIR/php.ini"
# Install system dependencies
RUN apk add --no-cache \
bash \