From c8f788d1d99bc661299efdd7d1d1c5b0c1301702 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Fri, 10 Mar 2023 12:49:00 +0100 Subject: [PATCH] Rename blanc.php --- Source/API/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 275371d..4c915ac 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -5,5 +5,4 @@ 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 blanc.php & -EXPOSE 8888 \ No newline at end of file +RUN php -S localhost:8888 blanc.php & \ No newline at end of file