diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index 61b63d1..420557a 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -1,4 +1,4 @@ FROM php:8.1-cli -COPY . ./script -WORKDIR ./script -CMD [ "php", "./script/distance.php" ] \ No newline at end of file +COPY . ./script/ +WORKDIR ./script/ +CMD ./script/index.php \ No newline at end of file diff --git a/Sources/php_script/script/index.html b/Sources/php_script/script/index.html deleted file mode 100644 index 7e44755..0000000 --- a/Sources/php_script/script/index.html +++ /dev/null @@ -1 +0,0 @@ -