diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 28396c3..f1441b2 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.1-apache -#RUN apt-get update && apt-get upgrade -y && apt-get install -y git +RUN apt-get update && apt-get upgrade -y && apt-get install -y git RUN docker-php-ext-install pdo pdo_mysql COPY ./script /var/www/html WORKDIR /var/www/html/Config