Skip to content

Commit

Permalink
copy correct things
Browse files Browse the repository at this point in the history
  • Loading branch information
5u6r054 committed Feb 3, 2025
1 parent 1b30c7f commit 87e6a1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ COPY Makefile ./
COPY cmd/ ./cmd/
COPY pkg/ ./pkg/
COPY internal/ ./internal/
COPY api/ ./api/
COPY node/ ./node/
COPY config/ ./config/
COPY contracts/ ./contracts/
COPY tools/ ./tools/

# Download dependencies
RUN go mod download
Expand Down

0 comments on commit 87e6a1d

Please sign in to comment.