Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile to run the orchestrator
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Ganesh <[email protected]>
  • Loading branch information
kartg committed Aug 16, 2023
1 parent d14b1bd commit 35c13b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FetchMigration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ COPY python/*.py .
# update PATH
ENV PATH=/root/.local:$PATH

# make sure you include the -u flag to have our stdout logged
ENTRYPOINT python -u ./main.py -r $ICT_CODE_PATH/input.yaml $DATA_PREPPER_PATH/pipelines/pipelines.yaml; $DATA_PREPPER_PATH/bin/data-prepper
# Include the -u flag to have stdout logged
ENTRYPOINT python -u ./orchestrator.py $DATA_PREPPER_PATH $ICT_CODE_PATH/input.yaml https://localhost:4900
2 changes: 1 addition & 1 deletion FetchMigration/python/migration_monitor_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
@dataclass
class MigrationMonitorParams:
target_count: int
dp_endpoint: str = "https://localhost:4900"
dp_endpoint: str

0 comments on commit 35c13b5

Please sign in to comment.