(FIX): Why did we copy the go.sum...
Stupid AI
This commit is contained in:
parent
fd113091a0
commit
c418aab509
@ -2,7 +2,7 @@ FROM golang:1.25-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
COPY go.mod ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user