From 87a638374df3b0f40f3126af52fc59e94c2f8d73 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Fri, 10 Mar 2023 12:57:02 +0100 Subject: [PATCH] Go back to old version --- Source/API/Dockerfile | 4 +--- Source/API/script/{blanc.php => index.php} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename Source/API/script/{blanc.php => index.php} (100%) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 8f53ef9..b2f5f48 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -4,6 +4,4 @@ RUN docker-php-ext-install pdo pdo_mysql COPY ./script /var/www/html WORKDIR /var/www/html/Config RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -RUN composer update && composer install -WORKDIR /var/www/html -RUN php -S localhost:8888 blanc.php & \ No newline at end of file +RUN composer update && composer install \ No newline at end of file diff --git a/Source/API/script/blanc.php b/Source/API/script/index.php similarity index 100% rename from Source/API/script/blanc.php rename to Source/API/script/index.php