Fixed merge

This commit is contained in:
Thomas E Lackey 2023-11-28 01:32:21 -06:00
parent 4a92b1cd9a
commit a05b447b7f

View File

@ -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 = {}