We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9459ed7 commit 13ee588Copy full SHA for 13ee588
Dockerfile
@@ -13,5 +13,6 @@ RUN chmod 777 /root/entrypoint.sh /root/run.sh
13
COPY main.py .
14
COPY SyncIBKR.py .
15
COPY pretty_print.py .
16
+COPY mapping.yaml .
17
ENTRYPOINT ["dumb-init", "--"]
18
CMD /root/entrypoint.sh | while IFS= read -r line; do printf '[%s] %s\n' "$(date '+%Y-%m-%d %H:%M:%S')" "$line"; done;
0 commit comments