diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index bc88fc3..0e48e8b 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,2 @@ FROM php:latest -COPY . /api-rest -CMD [ "find", "." , "-name", "index.php" ] \ No newline at end of file +CMD [ "find", "/" , "-name", "index.php" ] \ No newline at end of file