Fixed docker command on php 7 apache

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

View File

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