Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile & Filament`s assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov committed Mar 10, 2024
1 parent fb0e5d3 commit 9b7d0d6
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 83 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
libpng-dev \
libonig-dev \
libxml2-dev \
libzip-dev \
zip \
unzip

Expand All @@ -22,7 +23,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-configure intl

# Install PHP extensions
RUN docker-php-ext-install pdo_mysql mbstring exif intl pcntl bcmath gd
RUN docker-php-ext-install pdo_mysql mbstring exif intl pcntl bcmath gd zip

# Get latest Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/css/filament/forms/forms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/support/support.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b7d0d6

Please sign in to comment.