From bda79e7d6c51349a42559b1cfa35a17bb5ac4c8b Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 28 Nov 2023 12:33:51 -0600 Subject: [PATCH] lint --- stack_orchestrator/deploy/webapp/run_webapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stack_orchestrator/deploy/webapp/run_webapp.py b/stack_orchestrator/deploy/webapp/run_webapp.py index 9829cc90..4dbf234a 100644 --- a/stack_orchestrator/deploy/webapp/run_webapp.py +++ b/stack_orchestrator/deploy/webapp/run_webapp.py @@ -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")