diff --git a/start-app.sh b/start-app.sh deleted file mode 100644 index 00f7b8f..0000000 --- a/start-app.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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