From 9ad05be4255f783fbe9d75fc6359d0ca465241bc Mon Sep 17 00:00:00 2001 From: ddadmin Date: Thu, 16 Jan 2025 17:53:51 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1c5c333..2f8014c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,8 @@ WORKDIR /usr/src/signer/ COPY ./backend /usr/src/signer COPY ./docker/php/www.conf /etc/php/8.3/fpm/pool.d/www.conf +COPY ./docker/php/nginx/default.conf /etc/nginx/sites-enabled/default +COPY ./docker/php/nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /run/php # RUN curl curl https://frankenphp.dev/install.sh | sh # RUN mv /usr/src/signer/frankenphp /usr/local/bin/