Start working on tailwind instead of bootstrap

This commit is contained in:
Krzysztof Płaczek
2025-05-20 16:31:46 +02:00
parent dc287aadc6
commit c093003fe7
7 changed files with 1447 additions and 3 deletions

View File

@@ -7,7 +7,9 @@ RUN apt-get update && apt-get install -y \
git \
unzip \
libicu-dev \
libzip-dev
libzip-dev \
nodejs \
npm
RUN docker-php-ext-install zip intl