Skip to content

Commit

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

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

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

0 comments on commit 4562e62

Please sign in to comment.