Skip to content

Commit

Permalink
Dockerfile: fix download directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Jul 29, 2022
1 parent cc24c76 commit b13037d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ ARG GIT_VERSION=unknown
WORKDIR /build

ADD go.mod go.sum ./

RUN go mod download

ADD Makefile manifest.yaml ./
ADD cmd/downloader/ cmd/downloader/
ADD manifest.yaml manifest.yaml
RUN go run cmd/downloader/main/downloader.go
RUN make download

ADD . .
RUN make livepeer-log livepeer-catalyst-node
Expand Down

0 comments on commit b13037d

Please sign in to comment.