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/