diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..db82b8d --- /dev/null +++ b/update.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Update the project +git pull + +# Build the project +docker compose build + +# Restart the project +docker compose up -d \ No newline at end of file