From 2ec7358a167bb617528d5de080d689ad1827cd32 Mon Sep 17 00:00:00 2001 From: cami Date: Fri, 7 May 2021 04:13:15 +0200 Subject: [PATCH] Added a start script to run docker containers --- start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..5b7b88e --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +cd frontend +podman-compose down +podman-compose up