From 960a36f36a226807c919ae024f9181be97284be3 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 8 Dec 2023 00:09:49 +0100 Subject: [PATCH] Add Docker Compose command to start the application --- start.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..b318b27 --- /dev/null +++ b/start.sh @@ -0,0 +1 @@ +docker compose up -d --build \ No newline at end of file