you like that don't you ?
Build, push image, and notify Watchtower / build-image (push) Successful in 1m13s
Build, push image, and notify Watchtower / notify (push) Failing after 2m19s

This commit is contained in:
2026-07-16 17:50:22 +02:00
parent fa3bfea4a1
commit 7863d32d43
+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/ ./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