diff --git a/stack_orchestrator/deploy/webapp/run_webapp.py b/stack_orchestrator/deploy/webapp/run_webapp.py index fc8feefe..9829cc90 100644 --- a/stack_orchestrator/deploy/webapp/run_webapp.py +++ b/stack_orchestrator/deploy/webapp/run_webapp.py @@ -34,7 +34,7 @@ WEBAPP_PORT = 3000 @click.option("--env-file", help="environment file for webapp") @click.option("--port", help="port to use (default random)") @click.pass_context -def command(ctx, image, deploy_to, env_file, port): +def command(ctx, image, env_file, port): '''run the specified webapp container''' env = {}