Skip to content

Commit

Permalink
Fix Dockerfile COPY error (cadence-workflow#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
barakalon authored and dmetzgar committed Aug 16, 2019
1 parent f17fb18 commit eefa106
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 @@ WORKDIR /cadence
ENV GOFLAGS="-mod=readonly"

# Copy go mod dependencies and build cache
COPY go.* .
COPY go.* ./
RUN go mod download

COPY . .
Expand Down

0 comments on commit eefa106

Please sign in to comment.