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 <