From 9bae2101e9f8a1cfc4ea85e20a58785fe0a8a0ad Mon Sep 17 00:00:00 2001 From: Noah Solomon Date: Wed, 20 Nov 2024 20:36:11 -0500 Subject: [PATCH] name fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b981c17..05858d2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ NEETS_API_KEY=YOUR NEETS API KEY HERE 3. now, once this docker image is successfully built, we need to run it as a container. Run this command: ```bash -docker run -d --name brainrotjs brainrotjs \ +docker run -d --name brainrot brainrot \ -w 1 \ -b 0.0.0.0:5000 \ --access-logfile access.log \