From abc8ba75fa0aba6bc022694f4995c57330a415c0 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Fri, 10 Mar 2023 12:46:49 +0100 Subject: [PATCH] Rename blanc.php --- Source/API/Dockerfile | 3 ++- Source/API/script/{index.php => blanc.php} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename Source/API/script/{index.php => blanc.php} (100%) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 174d579..275371d 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -5,4 +5,5 @@ 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 -RUN php -S localhost:8888 index.php & \ No newline at end of file +RUN php -S localhost:8888 blanc.php & +EXPOSE 8888 \ No newline at end of file diff --git a/Source/API/script/index.php b/Source/API/script/blanc.php similarity index 100% rename from Source/API/script/index.php rename to Source/API/script/blanc.php