Skip to content

Commit

Permalink
Merge pull request #215 from jeffreykirchner/dev
Browse files Browse the repository at this point in the history
update startup.sh
  • Loading branch information
jeffreykirchner authored Oct 20, 2023
2 parents eff29a3 + bcacb1e commit d3fc07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
redis-server & daphne -b 0.0.0.0 _trade_gifts.asgi:application

0 comments on commit d3fc07a

Please sign in to comment.