From b9f31146f6435a49fee74337e7c42f5820d33914 Mon Sep 17 00:00:00 2001 From: Radek Date: Thu, 18 Sep 2025 11:40:04 +0100 Subject: [PATCH] update Dockerfile location / context --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bcf1ae9..d7eb16a 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ REPO_URL="https://codeberg.org/uzu/strudel.git" CLONE_DIR="strudel" IMAGE_NAME="strudel_custom" -DOCKERFILE_PATH="Dockerfile_production" # Path to your custom Dockerfile, adjust if needed +DOCKERFILE_PATH="Dockerfile" # Path to your custom Dockerfile, adjust if needed # Clone the repo (or update if it already exists) if [ -d "$CLONE_DIR" ]; then