From: garciadeblas Date: Thu, 29 Jan 2026 15:53:05 +0000 (+0100) Subject: Update entrypoint in Dockerfile.production to point to run_test.sh X-Git-Tag: v19.0.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F15708%2F1;p=osm%2Ftests.git Update entrypoint in Dockerfile.production to point to run_test.sh Change-Id: I8396b20cb22133b8eaa7b84d05743aa3ede47bfe Signed-off-by: garciadeblas --- diff --git a/Dockerfile.production b/Dockerfile.production index 5fffd7db..714c02ff 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -151,4 +151,4 @@ ENV LANG=C.UTF-8 RUN cat /dev/zero | ssh-keygen -t rsa -q -N "" > /dev/null -ENTRYPOINT [ "/bin/sh" ] +ENTRYPOINT ["/robot-systest/run_test.sh"]