diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 5f40f7b..31f1278 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.0-apache COPY api-rest api-rest -CMD ["php", "--version"] \ No newline at end of file +CMD ["echo", "$(date +\"%T.%N\")"] \ No newline at end of file