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