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