Skip to content

Commit

Permalink
fix(dockerfile): Change standalone -> cli
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Mar 25, 2020
1 parent b79183e commit 3b8c069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go get -v
RUN CGO_ENABLED=0 GOOS=linux go build -o ../../remote-signer

# Compile Standalone
WORKDIR /go/src/github.com/quan-to/chevron/cmd/standalone
WORKDIR /go/src/github.com/quan-to/chevron/cmd/cli
RUN go get -v
RUN CGO_ENABLED=0 GOOS=linux go build -o ../../standalone

Expand Down

0 comments on commit 3b8c069

Please sign in to comment.