Try to deploy app 2
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
f3bfdc49b7
commit
dd991c7a98
@ -1,9 +1,9 @@
|
||||
FROM php:8.1-apache
|
||||
RUN apt-get update && apt-get install -y git zip
|
||||
COPY Source /var/www/html
|
||||
WORKDIR /var/www/html/Source/Config
|
||||
COPY . /var/www/html
|
||||
WORKDIR /var/www/html/Config
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
RUN composer update && composer install
|
||||
WORKDIR /var/www/html/Source
|
||||
WORKDIR /var/www/html
|
||||
RUN Config/vendor/bin/phpunit .\Tests --coverage-clover coverage.xml
|
||||
|
Loading…
Reference in new issue