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