go/Dockerfile aktualisiert
This commit is contained in:
parent
b214921dd0
commit
7047404baf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM golang:1.21.4 AS build-stage
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod ./
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
|
|
Loading…
Reference in a new issue