Skip to content

Commit

Permalink
Merge pull request #48 from Mirantis/Richard-Barrett-patch-3
Browse files Browse the repository at this point in the history
Update to Dockerfile
  • Loading branch information
Richard-Barrett authored Nov 28, 2022
2 parents c081734 + 33050dc commit 08e220c
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 08e220c

Please sign in to comment.