diff --git a/stress/Dockerfile b/stress/Dockerfile index 585a23c..e5b0bbe 100644 --- a/stress/Dockerfile +++ b/stress/Dockerfile @@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -CMD [ "stress" ] +ENTRYPOINT [ "stress" ]