Merge pull request 'debug the image' (#2) from feature/dockerize into develop

Reviewed-on: http://git.witel.ir/RMS/backend/pulls/2
This commit is contained in:
2026-02-07 10:52:46 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,10 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends default-mysql-client \
unzip \
zip \
&& docker-php-ext-install pdo_mysql \
&& install-php-extensions pdo_mysql \
&& install-php-extensions zip \
&& install-php-extensions gd \
&& install-php-extensions pcntl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -10,7 +10,7 @@ services:
MARIADB_PASSWORD: ${MARIADB_PASSWORD}
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
volumes:
- ./2025-11-30:/var/lib/mysql
- /var/www/rmsdb:/var/lib/mysql
networks:
- rms