Fixed docker command on php 7 apache

This commit is contained in:
Muhamad Aditya Prima 2024-12-27 13:41:06 +07:00
parent 5d1d47aa7e
commit 5a39b19d12
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ WORKDIR /app/htdocs
STOPSIGNAL SIGQUIT STOPSIGNAL SIGQUIT
CMD ["/usr/bin/php", "-v"] CMD ["/usr/local/bin/entrypoint.sh"]