From 07378e4eda6c8d50fea0b9d3bdf3af5eda074d80 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 15 Oct 2024 15:53:27 -0400 Subject: [PATCH] Update Dockerfile Signed-off-by: Mathieu Benoit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e22a5e..328ae65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /usr/local/bin/score-k8s . FROM scratch # Set the current working directory inside the container. -WORKDIR /score-compose +WORKDIR /score-k8s # Copy the binary from the builder image. COPY --from=builder /usr/local/bin/score-k8s /usr/local/bin/score-k8s