From 9c19d6729c78a91b94851cdb0895d25975e9c394 Mon Sep 17 00:00:00 2001 From: Moritz Utcke <62291876+Letsmoe@users.noreply.github.com> Date: Thu, 18 May 2023 14:04:42 +0400 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index eab564f1..0bac8a63 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # Define your environment variables here -APP_NAME="online-energiausweis" +APP_NAME="online-energieausweis" APP_PORT=3000 DB_CONTAINER_NAME="database" DB_NAME="main"