a7fa55e01b
👷 Docker redis 支持数据永久化, fix #74 (#75)
9 lines
177 B
Plaintext
Executable File
9 lines
177 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
cd /pagermaid/workdir
|
|
git remote set-url origin https://github.com/Xtao-Labs/PagerMaid-Modify.git
|
|
git pull
|
|
|
|
pip install -r requirements.txt
|
|
exit 0
|