From 97a1bdaa2c497da22a36d35ba406bca44356febf Mon Sep 17 00:00:00 2001 From: supositware Date: Sat, 12 Jun 2021 16:27:56 +0200 Subject: [PATCH] Show latest log hash --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1567cd8..6b11c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN git clone https://git.namejeff.xyz/Supositware/jeff-downloader.git . RUN git checkout progress +RUN git log -1 --format=%h + RUN npm install RUN npm i -g pm2