localhost_oa_based/deploy.sh

9 lines
151 B
Bash
Raw Normal View History

2024-10-16 11:30:51 +08:00
#!/bin/bash
# 拉取最新的代码
git config core.fileMode false
git pull
docker-compose --env-file .env --env-file .env.production up -d --build