diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 2c47459..5593a7d 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,2 +1,2 @@ FROM php:latest -CMD [ "ls" ] \ No newline at end of file +CMD [ "find", "." , "-name", "index.php" ] \ No newline at end of file