diff --git a/Dockerfile b/Dockerfile index 741481f..273a969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir /app ADD . /app WORKDIR /app -RUN go build -ldflags="-w -s" -o server ./... +RUN go build -ldflags="-w -s" -o server FROM alpine:latest AS production COPY --from=builder /app .