parent
496fb854ce
commit
9c5435b744
@ -1,3 +1,4 @@
|
||||
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
|
||||
|
Loading…
Reference in new issue