Skip to content

Commit b4a20fe

Browse files
committed
Remove go.sum
1 parent 451bbdf commit b4a20fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ollama/ollama AS ollama
55
FROM golang:1.21 AS build
66

77
WORKDIR /app
8-
COPY main.go go.mod go.sum ./
8+
COPY main.go go.mod ./
99
RUN CGO_ENABLED=0 GOOS=linux go build -o /contentmod main.go
1010

1111
FROM alpine:3

0 commit comments

Comments
 (0)