diff --git a/Dockerfile b/Dockerfile index fb2acd3..de8b2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ +## +## Build +## FROM golang:1.18-buster AS build WORKDIR /app COPY go.mod ./