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