From 67a461482e401cbe02f4c8db5a68217370fe95c1 Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Mon, 8 Jul 2024 22:12:44 +0200 Subject: [PATCH] add git status --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aa2ca51be..00f2b9f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN go mod download # In order to reliably compute the version of the build, all files must be present. # This is required to detect a dirty workspace using `scripts/git/version.sh`. COPY . /app +RUN git status RUN make interuss