From 291438b32516a04547d73f878e6f215c7f3e794b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 12 Nov 2021 17:37:58 +0100 Subject: [PATCH] Add update script --- update | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update diff --git a/update b/update new file mode 100644 index 0000000..2336f55 --- /dev/null +++ b/update @@ -0,0 +1,3 @@ +#!/bin/bash +git -C ./sources pull +docker-compose up -d --build