mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
Update Dockerfile
This commit is contained in:
@@ -15,4 +15,4 @@ RUN docker-php-ext-enable swoole
|
|||||||
|
|
||||||
VOLUME ["/root/"]
|
VOLUME ["/root/"]
|
||||||
|
|
||||||
CMD if [ ! -d "CQBot-swoole" ]; then git clone https://github.com/crazywhalecc/CQBot-swoole.git; fi && cd CQBot-swoole/ && bash
|
CMD if [ ! -d "CQBot-swoole" ]; then git clone https://github.com/crazywhalecc/CQBot-swoole.git; fi && cd CQBot-swoole/ && bash -c "php start.php"
|
||||||
|
|||||||
Reference in New Issue
Block a user