Skip to content

Commit

Permalink
fix: dockerfile netrc location change
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Dec 13, 2023
1 parent 7926e7c commit 1bb4b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache \
git

# Download go dependencies
COPY .netrc /root/
COPY .netrc /root/seda-chain

WORKDIR /seda-chain
COPY go.mod go.sum ./
Expand Down

0 comments on commit 1bb4b81

Please sign in to comment.