Deploy all app
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
848a4550ad
commit
a5ad586c15
@ -0,0 +1,9 @@
|
||||
FROM php:8.1-apache
|
||||
RUN apt-get update && apt-get install -y git
|
||||
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
|
||||
RUN Config/vendor/bin/phpunit .\Tests --coverage-clover coverage.xml
|
||||
|
@ -1,2 +0,0 @@
|
||||
FROM php:8.1-apache
|
||||
COPY ./coverage.xml /var/www/html
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue