changes made to bot execution of mt5

This commit is contained in:
Mike
2023-07-15 22:15:34 +02:00
parent 0d0c94ae99
commit 52851c97e8
4 changed files with 283 additions and 291 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ WORKDIR /app
COPY bridge/mt5_bridge.py .
# Install any dependencies required by the bridge script
RUN pip install python-socketio python-engineio
RUN pip install python-socketio python-engineio requests
CMD ["python", "mt5_bridge.py"]