Skip to content

Commit 13ee588

Browse files
authored
Update Dockerfile
1 parent 9459ed7 commit 13ee588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN chmod 777 /root/entrypoint.sh /root/run.sh
1313
COPY main.py .
1414
COPY SyncIBKR.py .
1515
COPY pretty_print.py .
16+
COPY mapping.yaml .
1617
ENTRYPOINT ["dumb-init", "--"]
1718
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)