Update: 2026-08-02 17:52:28

This commit is contained in:
Hamza-Ayed
2026-08-02 17:52:28 +03:00
parent b78a6797d5
commit 4620e84d34
96 changed files with 6250 additions and 476 deletions
+10
View File
@@ -0,0 +1,10 @@
# صورة معزولة لخدمة Mawasalati (transit) — لا composer، لا vendor مشترك
# نفس الامتدادات الأساسية فقط. لا صلة بـ backend الرئيسي أو payment v2.
ARG PHP_VERSION=8.2
FROM php:${PHP_VERSION}-fpm
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions mysqli pdo_mysql redis opcache gd
WORKDIR /var/www