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