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