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