2024年 03月 13日 星期三 10:05:48 CST test by bot.

This commit is contained in:
licsber 2024-03-13 10:05:48 +08:00
parent 898813af2e
commit d8419b84c0
3 changed files with 3 additions and 3 deletions

View File

@ -22,4 +22,4 @@ RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j `nproc` || mak
RUN tree -h bin
CMD ["echo 'Hello from LicsberLab!~'"]
CMD ["echo", "Hello from LicsberLab!~"]

View File

@ -39,4 +39,4 @@ RUN cd lede && \
RUN tree -h lede/bin
CMD ["echo 'Hello from LicsberLab!~'"]
CMD ["echo", "Hello from LicsberLab!~"]

View File

@ -19,4 +19,4 @@ RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j `nproc` || mak
RUN tree -h bin
CMD ["echo 'Hello from LicsberLab!~'"]
CMD ["echo", "Hello from LicsberLab!~"]