Fix image folder
Build, push image, and notify Watchtower / build-image (push) Successful in 1m0s
Build, push image, and notify Watchtower / notify (push) Successful in 15s

This commit is contained in:
2026-08-10 14:25:38 +02:00
parent 1c2c07471e
commit a6704c3578
+1 -1
View File
@@ -31,7 +31,7 @@ cooking_collection = db["cooking_parameters"]
telemetry_collection = db["telemetry_data"]
# Ensure the camera image storage directory exists when the app starts
CAMERA_IMAGE_DIR = "storage/dishCameraImages"
CAMERA_IMAGE_DIR = "storage/dishPhotos"
os.makedirs(CAMERA_IMAGE_DIR, exist_ok=True)
# ---------------------------------------------------------