From aff49429f619449a5dddd4b441415d226d728da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20P=C3=A9rez=20Arcas?= Date: Mon, 30 Mar 2026 08:27:44 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20z1/start-app.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z1/start-app.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 z1/start-app.sh diff --git a/z1/start-app.sh b/z1/start-app.sh new file mode 100644 index 0000000..00f7b8f --- /dev/null +++ b/z1/start-app.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -e + +echo "Running app..." + +docker compose up -d + +echo "The app is available at http://localhost:8080" \ No newline at end of file