cd: added cd script

This commit is contained in:
Yandrik 2024-05-02 08:05:50 +02:00
parent a9ba2b2db2
commit 04b25cb803

5
cd.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git pull
sudo docker compose build --pull
sudo docker compose up -d