Skip to content

Commit 6e504d7

Browse files
fix: update Dockerfile to copy go.mod correctly
1 parent e64bf09 commit 6e504d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

potblog.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go install github.com/a-h/templ/cmd/templ@latest
1111
WORKDIR /app
1212

1313
# Copy go mod and sum files
14-
COPY go.mod go.sum ./
14+
COPY go.mod ./
1515
COPY . .
1616

1717
RUN templ generate

0 commit comments

Comments
 (0)