Add --port option to run-webapp. #667

Merged
telackey merged 3 commits from telackey/rwaport into main 2023-11-29 17:32:28 +00:00
Showing only changes of commit bda79e7d6c - Show all commits

View File

@ -29,6 +29,7 @@ from stack_orchestrator.deploy.deployer_factory import getDeployer
WEBAPP_PORT = 3000
@click.command()
@click.option("--image", help="image to deploy", required=True)
@click.option("--env-file", help="environment file for webapp")