Merge pull request #1234 from Hestia-Homes/feature/deploy-sharepoint-renamer

Deploy sharepoint renamer: Correct dockerfile imports
This commit is contained in:
Daniel Roth 2026-06-15 15:35:55 +01:00 committed by GitHub
commit 9d56cd7c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ COPY applications/sharepoint_renamer/handler/requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY utils/ utils/
COPY utilities/ utilities/
COPY backend/__init__.py backend/__init__.py
COPY backend/pashub_fetcher/ backend/pashub_fetcher/
COPY orchestration/ orchestration/