Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sakamoto-souta committed Mar 23, 2024
1 parent 87608b4 commit e44b326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/beaver_triple_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ COPY config/beaver_triple_service/ /QuickMPC
WORKDIR /QuickMPC
RUN --mount=type=cache,target=/root/go/pkg/mod \
go mod download
RUN --mount=type=cache,target=/root/go/pkg/mod \
go mod tidy
RUN --mount=type=cache,target=/root/go/pkg/mod \
--mount=type=cache,target=/root/.cache \
go build
Expand Down
2 changes: 2 additions & 0 deletions packages/server/manage_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ COPY proto/ /proto
WORKDIR /QuickMPC
RUN --mount=type=cache,target=/root/go/pkg/mod \
go mod download
RUN --mount=type=cache,target=/root/go/pkg/mod \
go mod tidy
RUN --mount=type=cache,target=/root/go/pkg/mod \
--mount=type=cache,target=/root/.cache \
go build
Expand Down

0 comments on commit e44b326

Please sign in to comment.