Files
2026-06-11 14:02:22 +07:00

7 lines
88 B
Docker

FROM php:8.2-apache
RUN docker-php-ext-install mysqli
COPY . /var/www/html/
EXPOSE 80