This commit is contained in:
f4ilji
2024-11-02 13:14:37 +05:00
parent 114819f36c
commit 34983efe79
11 changed files with 554 additions and 522 deletions
+2 -6
View File
@@ -28,9 +28,6 @@ RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev g++
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl
# Установка Supervisor
RUN apt-get update && apt-get install -y supervisor
# Копирование конфигурационного файла PHP
COPY ./_docker/app/php.ini /usr/local/etc/php/conf.d/php.ini
@@ -38,8 +35,6 @@ COPY ./_docker/app/php.ini /usr/local/etc/php/conf.d/php.ini
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs npm
# Копирование конфигурации Supervisor
COPY ./_docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
EXPOSE 6001
EXPOSE 5173
@@ -49,4 +44,5 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--install-dir=/usr/local/bin
WORKDIR /var/www
WORKDIR /var/www