update Dockerfile location / context

This commit is contained in:
Radek
2025-09-18 11:40:04 +01:00
parent c39f41064b
commit b9f31146f6

View File

@@ -4,7 +4,7 @@
REPO_URL="https://codeberg.org/uzu/strudel.git" REPO_URL="https://codeberg.org/uzu/strudel.git"
CLONE_DIR="strudel" CLONE_DIR="strudel"
IMAGE_NAME="strudel_custom" 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) # Clone the repo (or update if it already exists)
if [ -d "$CLONE_DIR" ]; then if [ -d "$CLONE_DIR" ]; then