Added Dockerfile

This commit is contained in:
Douglas Barone 2023-04-18 08:52:25 -04:00
parent 1424585a16
commit afe33084b7

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM php:apache
RUN docker-php-ext-install mysqli
COPY . /var/www/html