From af5d2701de262738055d8bf823a643fcaf09b0d1 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 17:34:18 +0200 Subject: [PATCH] Pls fix yourself pls --- cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index a6cb6e3..ba16e16 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/ . # Ensure the photo storage directory exists so the app doesn't crash on startup RUN mkdir -p storage/dishPhotos