move-php #4
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue