Skip to content

Commit

Permalink
build(docker): improve cache usage for repeated builds
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Sep 28, 2024
1 parent a12af50 commit e92e9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM ghcr.io/blinklabs-io/go:1.22.7-1 AS build

WORKDIR /code
COPY go.* .
RUN go mod download
COPY . .
RUN make build

Expand Down

0 comments on commit e92e9c5

Please sign in to comment.