Skip to content

Commit

Permalink
Remove file from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trefex committed Jul 9, 2024
1 parent 40a8150 commit ab5575b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ COPY ./run.sh /root/run.sh
RUN chmod 777 /root/entrypoint.sh /root/run.sh
COPY main.py .
COPY SyncIBKR.py .
COPY mapping.yaml .
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;

0 comments on commit ab5575b

Please sign in to comment.