diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 8ccfc73..dbf3611 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,3 @@ FROM php:latest COPY api-rest api-rest -CMD [ "php", "api-rest/toto.php"] \ No newline at end of file +RUN [ "php", "api-rest/toto.php"] \ No newline at end of file