From 99b97e73ad10103863601da0da3df901029596e4 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:45:21 -0500 Subject: [PATCH] shh --- api/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/run b/api/run index 1e0e0e7..9c127c0 100755 --- a/api/run +++ b/api/run @@ -1,3 +1,3 @@ #!/bin/bash -docker run -p 6969:8000 chatbots_api +docker run -d -p 6969:8000 chatbots_api