diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 802e1d5..ffe13ff 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -8,4 +8,4 @@ RUN apk update \ && apk add -U --no-cache ca-certificates COPY --from=build /bin/docatl /bin/docatl WORKDIR /docs -ENTRYPOINT [ "/bin/docatl" ] \ No newline at end of file +CMD [ "/bin/docatl" ] \ No newline at end of file