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