From 04db25ec5a37bc502b3fc9b9157462c680e9cc50 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 20 Jun 2025 17:55:08 +0200 Subject: [PATCH] update script --- update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 update.sh 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