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