diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 46c7887..6f442df 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 +CMD ["php" ,"api-rest/toto.php"] \ No newline at end of file