6 lines
142 B
Bash
6 lines
142 B
Bash
|
#!/bin/bash
|
||
|
git pull origin master
|
||
|
docker rm -f yzk_wechat_event-api
|
||
|
docker rm -f yzk_wechat_event-celery_worker
|
||
|
docker compose up --build -d
|