Pls fix yourself pls
Build, push image, and notify Watchtower / build-image (push) Successful in 42s
Build, push image, and notify Watchtower / notify (push) Failing after 2m21s

This commit is contained in:
2026-07-16 17:34:18 +02:00
parent 7a0ad29722
commit af5d2701de
+1 -1
View File
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy the rest of the application code # Copy the rest of the application code
COPY cloud/ . COPY cloud/ .
COPY shared/ .. COPY shared/ .
# Ensure the photo storage directory exists so the app doesn't crash on startup # Ensure the photo storage directory exists so the app doesn't crash on startup
RUN mkdir -p storage/dishPhotos RUN mkdir -p storage/dishPhotos