Compare commits
No commits in common. "c35cda5ce19b895e5f0cbfc00fdaf57b50e1afb5" and "2541843b10faf26d36136f90131d2cb58a70b3a4" have entirely different histories.
c35cda5ce1
...
2541843b10
@ -2,7 +2,7 @@ FROM golang:1.25-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod ./
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user