只是想知道是否有更好的方法来跳过可能失败的命令(因为我正在使用 jenkins 来构建和部署应用程序)
现在我正在做这样的事情
RUN unlink /run/supervisor.sock && etc/init.d/supervisor stop || echo "supervisor was not started"
只是想知道是否有更好的方法来跳过可能失败的命令(因为我正在使用 jenkins 来构建和部署应用程序)
现在我正在做这样的事情
RUN unlink /run/supervisor.sock && etc/init.d/supervisor stop || echo "supervisor was not started"