Update Dockerfile

This commit is contained in:
ddadmin 2025-01-16 17:47:39 +03:00
parent 375f72c20f
commit a83662d4a4
1 changed files with 2 additions and 2 deletions

View File

@ -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