7a5de9be6d
/opt already exists on Linux systems and git clone refuses to clone into a non-empty directory.
3 lines
105 B
Bash
3 lines
105 B
Bash
#!/bin/bash
|
|
cd /opt/hantim && git pull && cd docker/nginx && docker compose pull && docker compose up -d
|