diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 537a392..0000000 --- a/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -FROM php:8.2-apache - -RUN docker-php-ext-install mysqli - -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - -COPY . /var/www/html/ - -WORKDIR /var/www/html - -RUN composer install --no-interaction - -RUN chown -R www-data:www-data /var/www/html/ - -EXPOSE 80 \ No newline at end of file