Try to reduce CI time, try 2
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent cade423108
commit 9fc2b85f80

@ -1,5 +1,5 @@
FROM php:8.1-apache
RUN apt-get install -y git
RUN apt-get update && apt-get install -y git
RUN docker-php-ext-install pdo pdo_mysql
COPY ./script /var/www/html
WORKDIR /var/www/html/Config

Loading…
Cancel
Save