Dockerfile check Docker Computer Version
continuous-integration/drone/push Build is passing Details

AdminInterface
dorian.hodin 2 years ago
parent df96fb5b94
commit 556183e820

@ -1,4 +1,4 @@
FROM php:8.0-apache FROM php:8.0-apache
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN docker-php-ext-install mysqli RUN uname -r
COPY ./script /var/www/html COPY ./script /var/www/html
Loading…
Cancel
Save