From 57f9ef77b35da351e2af1e432f001bd74c71983b Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Fri, 12 Jul 2024 12:28:49 +1000 Subject: [PATCH] update dockerfile --- locust-distributed/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locust-distributed/Dockerfile b/locust-distributed/Dockerfile index f3e6519..918745f 100644 --- a/locust-distributed/Dockerfile +++ b/locust-distributed/Dockerfile @@ -7,6 +7,8 @@ RUN pip install awscli faker WORKDIR /locust +EXPOSE 8089 5557 5558 + ENTRYPOINT [ "/entrypoint" ] CMD [ "locust" ]