From 89116b496696136411514b34d31d481d8898d247 Mon Sep 17 00:00:00 2001 From: Hamza Hamud <53880692+hhamud@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:22:04 +0000 Subject: [PATCH] fix: mistake with underscore --- Dockerfile.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.source b/Dockerfile.source index aff34b3..459da3b 100644 --- a/Dockerfile.source +++ b/Dockerfile.source @@ -57,7 +57,7 @@ FROM base AS emp-builder WORKDIR /opt/ceremonyclient # Copy the necessary script and source directories -COPY install_emp.sh . +COPY install-emp.sh . COPY emp-tool emp-tool COPY emp-ot emp-ot