From bcacb1e27554da30f801a0c3a0ddecbfebc7f955 Mon Sep 17 00:00:00 2001 From: Jeffrey Kirchner Date: Fri, 20 Oct 2023 13:19:00 -0700 Subject: [PATCH] update startup.sh --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index b1689ded..e1cb7761 100644 --- a/startup.sh +++ b/startup.sh @@ -9,4 +9,4 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack apt-get update apt-get -y install redis echo "Start Daphne:" -daphne -b 0.0.0.0 _trade_gifts.asgi:application \ No newline at end of file +redis-server & daphne -b 0.0.0.0 _trade_gifts.asgi:application \ No newline at end of file