Skip to content

Commit

Permalink
Fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 23, 2024
1 parent 8770c25 commit 193eca2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENV GO111MODULE=on
ENV GOOS=linux

RUN apk --no-cache add ca-certificates
RUN apk add --update git

RUN mkdir -p $GOPATH/src/github.com/celenium-io/celestia-indexer/

Expand All @@ -34,5 +33,6 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/bin/api /go/bin/api
COPY ./configs/dipdup.yml ./
COPY database database
COPY cmd/api/docs docs

ENTRYPOINT ["/go/bin/api", "-c", "dipdup.yml"]
1 change: 0 additions & 1 deletion build/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENV GO111MODULE=on
ENV GOOS=linux

RUN apk --no-cache add ca-certificates
RUN apk add --update git musl-dev gcc build-base

RUN mkdir -p $GOPATH/src/github.com/celenium-io/celestia-indexer/

Expand Down
1 change: 0 additions & 1 deletion build/quotes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENV GO111MODULE=on
ENV GOOS=linux

RUN apk --no-cache add ca-certificates
RUN apk add --update git musl-dev gcc build-base

RUN mkdir -p $GOPATH/src/github.com/celenium-io/celestia-indexer/

Expand Down

0 comments on commit 193eca2

Please sign in to comment.