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