Dockerfile fixed

This commit is contained in:
2022-01-16 13:52:34 +01:00
parent d5e766ea2b
commit 3d1f58e331

View File

@@ -10,7 +10,7 @@ FROM golang:alpine AS GO_BUILD
COPY ./ /server COPY ./ /server
WORKDIR /server WORKDIR /server
ADD go.mod . ADD go.mod .
ADd go.sum . ADD go.sum .
RUN go mod download RUN go mod download
RUN go build -o /go/bin/server RUN go build -o /go/bin/server