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