From a5f527c05ff3787802706b4b93797d60c0dc08ce Mon Sep 17 00:00:00 2001 From: Serhii Babak Date: Mon, 2 Feb 2026 13:37:55 +0200 Subject: [PATCH] fix entrypoint path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b97d5f2..5b38dc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -146,4 +146,4 @@ EOT # Add the scalr user (optional; used when running the container with UID 1000). RUN useradd -u 1000 -m scalr -ENTRYPOINT ["/bin/bash"] +ENTRYPOINT ["/usr/bin/bash"]