fix entrypoint

This commit is contained in:
cherednik 2024-10-24 15:21:56 +04:00
parent e584fea171
commit 436a7cd2e0
1 changed files with 0 additions and 1 deletions

View File

@ -75,6 +75,5 @@ COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]
CMD ["php-fpm8.3", "-F"] CMD ["php-fpm8.3", "-F"]
CMD ["frankenphp php-server --listen 0.0.0.0:8000 ./public"]
EXPOSE 9000 EXPOSE 9000