Compare commits
No commits in common. "cd354772538df38678a1431bd202511f63f538b3" and "07839767c4ea313958bd965901e68979293590f4" have entirely different histories.
cd35477253
...
07839767c4
|
@ -10,7 +10,7 @@ RUN npm install && npm run prod && rm -R node_modules
|
||||||
|
|
||||||
FROM php:8.1.6-fpm as php
|
FROM php:8.1.6-fpm as php
|
||||||
WORKDIR /app
|
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 docker-php-ext-install pdo_mysql curl gd intl mbstring pcntl
|
||||||
RUN pecl install redis && docker-php-ext-enable redis
|
RUN pecl install redis && docker-php-ext-enable redis
|
||||||
COPY --chown=www-data:www-data . /app
|
COPY --chown=www-data:www-data . /app
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
data
|
|
||||||
vendor
|
vendor
|
||||||
|
|
Loading…
Reference in New Issue