Compare commits

..

No commits in common. "d14a373a7613cb7e2d8a1558a4e2c1cc6fadb877" and "6fd0ba50b9fe98002abeba42bc36e4ee21d0238a" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -2,11 +2,9 @@ FROM php:8.1.6-fpm as php
WORKDIR /app WORKDIR /app
RUN ls /app RUN ls /app
RUN apt-get update RUN apt-get update
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils libpng-dev libjpeg-dev default-mysql-client RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils
RUN apt-get install -y --no-install-recommends texlive-base texlive-latex-base texlive-pictures texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils RUN apt-get install -y --no-install-recommends texlive-base texlive-latex-base texlive-pictures texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils
RUN docker-php-ext-install pdo_mysql curl gd exif intl mbstring pcntl RUN docker-php-ext-install pdo_mysql curl gd exif intl mbstring pcntl
RUN pecl install redis && docker-php-ext-enable redis RUN pecl install redis && docker-php-ext-enable redis
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-enable gd
RUN usermod -s /bin/bash www-data RUN usermod -s /bin/bash www-data

View File

@ -1,14 +1,12 @@
**/node_modules node_modules
data data
**/vendor vendor
public/build public/build
public/vendor public/vendor
bootstrap/cache/services.php bootstrap/cache/services.php
bootstrap/cache/packages.php bootstrap/cache/packages.php
bootstrap/cache/routes.php bootstrap/cache/routes.php
packages/laravel-nami/.cookies packages/laravel-nami/.cookies
storage app/storage/app
cookies cookies
storage/logs/laravel.log storage/logs/laravel.log
.git
doc