diff --git a/Dockerfile b/Dockerfile index edd25e7be..a16347b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN apk add --no-cache git && \ FROM alpine -COPY --from=builder /go/src/github.com/prest/prest/prestd /app/prestd +COPY --from=builder /go/src/github.com/prest/prest/cmd/prestd/prestd /app/prestd ADD ./cmd/prestd/prest.toml /app/prest.toml CMD ["/app/prestd"]