Added native os notifications
This commit is contained in:
@@ -3,6 +3,7 @@ FROM php:8.4-fpm-alpine
|
||||
RUN apk add --no-cache nginx curl zip unzip git postgresql-dev nodejs npm dcron \
|
||||
&& docker-php-ext-install pdo pdo_pgsql pgsql opcache pcntl
|
||||
|
||||
RUN docker-php-ext-install bcmath
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
|
||||
WORKDIR /var/www
|
||||
|
||||
Reference in New Issue
Block a user