Dockerfile update
continuous-integration/drone/push Build is passing Details

remotes/origin/mvc-implementation
Dorian HODIN 3 years ago
parent 5bf2d7fae2
commit 3b6e1a75db

@ -1,3 +1,4 @@
FROM php:8.1-apache FROM php:8.1-apache
RUN apt-get update && apt-get install -y php8.1-mysql RUN apt-get update && apt-get upgrade -y
RUN docker-php-ext-install mysqli
COPY ./script /var/www/html COPY ./script /var/www/html

Loading…
Cancel
Save