From 8f103b43b26e41b77aa5bb6a6d6c2178c4f75e4a Mon Sep 17 00:00:00 2001 From: kingstonebridge2032 Date: Thu, 21 May 2026 15:28:05 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a63bef..1f1dba4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN wget -q https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5se COPY ["test2.ex5", "/root/test2.ex5"] COPY ["test3.ex5", "/root/test3.ex5"] COPY ["test4.ex5", "/root/test4.ex5"] -COPY ["test5.ex5", "/root/test5.ex55"] +COPY ["test5.ex5", "/root/test5.ex5"] RUN cat > /entrypoint.sh <