Skip to content

Commit 9459ed7

Browse files
authored
Update Dockerfile
1 parent 31a5983 commit 9459ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ COPY ./run.sh /root/run.sh
1212
RUN chmod 777 /root/entrypoint.sh /root/run.sh
1313
COPY main.py .
1414
COPY SyncIBKR.py .
15+
COPY pretty_print.py .
1516
ENTRYPOINT ["dumb-init", "--"]
16-
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

Comments
 (0)