parent
b8cba502f0
commit
3829fada5e
@ -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