Skip to content

Commit

Permalink
TPC-H: MySQL loader script release debug
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Jan 19, 2024
1 parent 2bdceb7 commit 8b005ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/tpch/loader_mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ COPY ./loader.sh /tmp/loader.sh
RUN ["chmod", "+x", "/tmp/loader.sh"]


#CMD ["/bin/bash", "-c", "/tmp/loader.sh"]
CMD ["/bin/bash", "-c", "while true; do sleep 2; done"]
CMD ["/bin/bash", "-c", "/tmp/loader.sh"]
#CMD ["/bin/bash", "-c", "while true; do sleep 2; done"]

0 comments on commit 8b005ae

Please sign in to comment.