From a98d9a671a4b1acb98b1d841669cbb060300c8bb Mon Sep 17 00:00:00 2001 From: cameron Date: Fri, 18 Apr 2025 17:30:24 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cfb9dce..2e04286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN npm i -g pnpm #Add entrypoint file COPY entrypoint.sh /entrypoint.sh +RUN date > /buildstamp.txt + ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file