Add zip install, change database IP
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent e87a57458d
commit 17a7cc6f1f

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

Loading…
Cancel
Save