diff --git a/Dockerfile b/Dockerfile index 2d72fc5..98ed87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM golang:1.17 as build WORKDIR /app +COPY . ./ # build the binary with all dependencies RUN go build -o /main .