diff --git a/Dockerfile b/Dockerfile index 273a969..b37f7ba 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 .