Fix/docker production #4

Merged
haylan merged 7 commits from fix/docker-production into main 2026-05-30 21:43:06 +00:00
3 changed files with 6057 additions and 5 deletions
Showing only changes of commit ecdb8c1716 - Show all commits
-1
View File
@@ -3,5 +3,4 @@
/vendor/
/var/
/public/bundles/
composer.lock
/.phpunit.cache
+4 -4
View File
@@ -1,9 +1,9 @@
FROM dunglas/frankenphp:1-php8.4-alpine AS base
RUN apk add --no-cache \
curl \
icu-libs \
libzip
RUN apk add --no-cache icu-dev libzip-dev \
&& docker-php-ext-install -j$(nproc) intl \
&& apk del icu-dev libzip-dev \
&& apk add --no-cache curl icu-libs libzip
WORKDIR /app
Generated
+6053
View File
File diff suppressed because it is too large Load Diff