Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-fall2wish authored Oct 5, 2023
1 parent 22009ae commit 822eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN cd $BASE_PATH && \
rm -rf /var/lib/apt/lists/*

# Initial start
RUN while true; do;if ./mcl | grep -q "/bili"; then; echo 'stop' | ./mcl; break; fi; sleep 1; done
RUN while true; do if ./mcl | grep -q "/bili"; then echo 'stop' | ./mcl; break; fi; sleep 1; done

CMD ["sleep", "./mcl"]

0 comments on commit 822eefb

Please sign in to comment.