diff --git a/Dockerfile b/Dockerfile index b1007498c..2e9f87a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:3.7 COPY prestd /app/prestd COPY ./cmd/prestd/prest.toml /app/prest.toml -ENTRYPOINT ["/app/prestd"] +CMD ["/app/prestd"]