From 7863d32d4356d0e4f2b1b2dca0a8e00f4785c165 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 17:50:22 +0200 Subject: [PATCH] you like that don't you ? --- cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index be03d63..7dfbf8a 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy the rest of the application code COPY cloud/ . -COPY shared/ . +COPY shared/ ./shared/ # Ensure the photo storage directory exists so the app doesn't crash on startup RUN mkdir -p storage/dishPhotos