diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index aa601a1..a011785 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -2,3 +2,4 @@ FROM php:8.1-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli COPY ./script /var/www/html +