3 lines
105 B
Bash
Executable File
3 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/hantim && git pull && cd docker/nginx && docker compose pull && docker compose up -d
|