Compare commits

..

No commits in common. "64f3803b5ff8bac35f6370767258a4fe99860c69" and "94480fc3ae4780c8fd10a625bc66ff9433edd0e0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ ENV COMPOSER_VERSION=${COMPOSER_VERSION}
WORKDIR /root
ADD 7/scripts/alpine-setup.sh /tmp/setup.sh
ADD scripts/apache-entrypoint.sh /usr/local/bin/entrypoint.sh
ADD scripts/entrypoint.sh /usr/local/bin/
ADD https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar /usr/local/bin/composer
# Create directory, and install required php app
@ -79,4 +79,4 @@ WORKDIR /app/htdocs
STOPSIGNAL SIGQUIT
CMD ["/usr/local/bin/entrypoint.sh"]
CMD ["/usr/bin/php", "-v"]