From bc92feb6590a20f2cad52f3c0303b27b2267d4e2 Mon Sep 17 00:00:00 2001 From: kingstonebridge2032 Date: Thu, 21 May 2026 21:40:04 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f1dba4..af50ed1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,9 @@ RUN wget -q https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5se -O /root/mt5setup.exe # Copy EA files -COPY ["test2.ex5", "/root/test2.ex5"] -COPY ["test3.ex5", "/root/test3.ex5"] -COPY ["test4.ex5", "/root/test4.ex5"] COPY ["test5.ex5", "/root/test5.ex5"] +COPY ["test6.ex5", "/root/test6.ex5"] + RUN cat > /entrypoint.sh <