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