move-php #4
|
|
@ -64,7 +64,7 @@ WORKDIR /usr/src/signer/
|
|||
COPY ./backend /usr/src/signer
|
||||
|
||||
COPY ./docker/php/www.conf /etc/php/8.3/fpm/pool.d/www.conf
|
||||
|
||||
RUN mkdir -p /run/php
|
||||
# RUN curl curl https://frankenphp.dev/install.sh | sh
|
||||
# RUN mv /usr/src/signer/frankenphp /usr/local/bin/
|
||||
|
||||
|
|
@ -75,6 +75,6 @@ RUN composer install
|
|||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD ["php-fpm8.3", "-F", "nginx", "-g 'daemon off'"]
|
||||
# CMD ["php-fpm8.3", "-F", "nginx", "-g 'daemon off'"]
|
||||
|
||||
EXPOSE 9000
|
||||
Loading…
Reference in New Issue