Compare commits

..

No commits in common. "cd354772538df38678a1431bd202511f63f538b3" and "07839767c4ea313958bd965901e68979293590f4" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN npm install && npm run prod && rm -R node_modules
FROM php:8.1.6-fpm as php
WORKDIR /app
RUN apt-get update && apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev texlive-base texlive-xetex texlive-lang-german
RUN apt-get update && apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev texlive texlive-fonts-extra
RUN docker-php-ext-install pdo_mysql curl gd intl mbstring pcntl
RUN pecl install redis && docker-php-ext-enable redis
COPY --chown=www-data:www-data . /app

View File

@ -1,3 +1,2 @@
node_modules
data
vendor