From 6c9a8a96e66ea01206bd54bd726340bf971fb4be Mon Sep 17 00:00:00 2001 From: Juan Mrad Date: Wed, 5 Jun 2024 12:43:07 -0500 Subject: [PATCH] Update README.md --- hasher-matcher-actioner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasher-matcher-actioner/README.md b/hasher-matcher-actioner/README.md index ec86360a3..ff14d1132 100644 --- a/hasher-matcher-actioner/README.md +++ b/hasher-matcher-actioner/README.md @@ -63,7 +63,7 @@ For production environments, it is recommended to use a more robust server like Here is an example command to run the application with Gunicorn: -``` +```bash $ docker run -e OMM_CONFIG='/build/reference_omm_configs/production_omm_config.py' -p 5000:5000 ghcr.io/facebook/threatexchange/hma gunicorn --bind 0.0.0.0:5000 "OpenMediaMatch.app:create_app()" ```