From 269c819ab4b38683aa95be30806f062b2d530702 Mon Sep 17 00:00:00 2001 From: StealWonders <6114858+StealWonders@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:27:37 +0200 Subject: [PATCH] test7 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6f0abac..6408140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,9 @@ RUN ls -asl RUN pwd #RUN git log +RUN git config --global --add safe.directory /go/app/mensatt +RUN git log + RUN go mod download RUN go build -o /tmp/mensatt ./cmd/mensatt/main.go