Compare commits

..

2 Commits

Author SHA1 Message Date
hackerESQ 935a5020db Merge branch 'main' of https://github.com/investbrainapp/investbrain 2026-03-15 18:24:42 -05:00
hackerESQ 0b9f7d5254 add intl to build set to satisfy filament 2026-03-15 18:24:40 -05:00
+1 -1
View File
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get upgrade -y \
# Install PHP extensions
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd zip
&& docker-php-ext-install -j$(nproc) gd zip intl
# Copy application files
COPY . .