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