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