Basic signup for events

This commit is contained in:
2026-03-21 21:02:15 +01:00
parent 23af267896
commit b8341890d3
74 changed files with 4046 additions and 947 deletions

View File

@@ -19,12 +19,16 @@ RUN apt-get install -y nginx \
libzip-dev \
libpng-dev \
libonig-dev \
libxml2-dev
libxml2-dev \
libmagickwand-dev \
imagemagick \
&& pecl install imagick \
&& docker-php-ext-enable imagick
#&& rm -rf /var/lib/apt/lists/* \
RUN mkdir -p /run/nginx
RUN docker-php-ext-install mysqli pdo pdo_mysql mbstring zip exif pcntl
RUN docker-php-ext-install mysqli pdo pdo_mysql mbstring zip exif pcntl gd
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
&& apt-get install -y nodejs