Skip to content

Commit

Permalink
Update to Dockerfile
Browse files Browse the repository at this point in the history
Updating Dockerfile to reference changes to the renaming of the repository
  • Loading branch information
Richard-Barrett authored Nov 28, 2022
1 parent c081734 commit 33050dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
ENTRYPOINT [ "dataengctl/bin" ]

0 comments on commit 33050dc

Please sign in to comment.