parent
f9da7342a1
commit
02a231da42
@ -0,0 +1,5 @@
|
|||||||
|
FROM php:8.1-apache
|
||||||
|
RUN apt-get update && apt-get upgrade -y
|
||||||
|
RUN docker-php-ext-install mysqli
|
||||||
|
COPY ./phpmyadmin /var/www/html
|
||||||
|
EXPOSE 80
|
Loading…
Reference in new issue