From afb63ceb58789c05f12aa56b773c17af6dae9343 Mon Sep 17 00:00:00 2001 From: merith-xyz Date: Sun, 3 Nov 2024 13:12:07 -0800 Subject: [PATCH] update entrypoint --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 30baf3d..e31e8b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,3 +32,6 @@ RUN apt-get update && \ python3-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* + + +ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "/workspace"] \ No newline at end of file