From ac82740ae579eff880686526384f4e2493d98266 Mon Sep 17 00:00:00 2001 From: Shweta chavan Date: Wed, 18 Sep 2024 13:47:28 +0530 Subject: [PATCH] test --- hostplumber/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostplumber/Dockerfile b/hostplumber/Dockerfile index 428e5105..e492c591 100644 --- a/hostplumber/Dockerfile +++ b/hostplumber/Dockerfile @@ -8,7 +8,7 @@ COPY go.sum go.sum # cache deps before building and copying source so that we don't need to re-download as much # and so that source changes don't invalidate our downloaded layer RUN go mod download - +RUN echo "hello" # Copy the go source COPY main.go main.go COPY api/ api/