FROM php:8.1-apache
RUN apt-get update && apt-get install -y php8.1-mysql
COPY ./script /var/www/html