Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmrad authored Jun 5, 2024
1 parent e072745 commit 6c9a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasher-matcher-actioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
```

Expand Down

0 comments on commit 6c9a8a9

Please sign in to comment.