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 <