From 33050dc0fc7d4b3af611d666c72b6227cb4e7d5f Mon Sep 17 00:00:00 2001 From: Richard Barrett <32808365+Richard-Barrett@users.noreply.github.com> Date: Sun, 27 Nov 2022 19:41:07 -0800 Subject: [PATCH] Update to Dockerfile Updating Dockerfile to reference changes to the renaming of the repository --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c20184..71ecba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM golang:1.17.3-alpine3.14 AS dataeng COPY . /w WORKDIR /w -RUN go build github.com/Mirantis/dataeng/dataengctl/bin +RUN go build github.com/Mirantis/dataops-dataeng/dataengctl/bin FROM alpine:3.14.2 COPY --from=dataengctl /w/dataeng dataengctl/bin/ -ENTRYPOINT [ "dataengctl/bin" ] \ No newline at end of file +ENTRYPOINT [ "dataengctl/bin" ]