Skip to content

Commit

Permalink
Merge pull request #103 from lbtsm/main
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
mapdev33 authored Jul 13, 2023
2 parents 5b899ee + d67f8a8 commit ebc8edd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,4 @@ WORKDIR /compass/build

ENTRYPOINT ["/compass/build/compass"]

#FROM golang:alpine as prod
#
#RUN apk update --no-cache && apk add --no-cache ca-certificates tzdata
#ENV TZ Asia/Shanghai
#
#WORKDIR /home
#
#COPY --from=builder /compass/build/compass /home/compass
#COPY --from=builder /compass/build/eth2-proof /home/eth2-proof
#
#RUN chmod +x /home/eth2-proof

CMD ["ls", "-alh", "/home/"]
2 changes: 1 addition & 1 deletion cmd/compass/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var monitorCommand = cli.Command{
}

var (
Version = "1.0.0"
Version = "1.1.0"
)

// init initializes CLI
Expand Down

0 comments on commit ebc8edd

Please sign in to comment.