modified: Dockerfile
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM golang:alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod ./
|
||||
COPY go.mod go.sum ./
|
||||
COPY *.go ./
|
||||
|
||||
RUN go build -o server .
|
||||
|
||||
Reference in New Issue
Block a user