mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #1234 from Hestia-Homes/feature/deploy-sharepoint-renamer
Deploy sharepoint renamer: Correct dockerfile imports
This commit is contained in:
commit
9d56cd7c1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue