Guest User

Untitled

a guest
Nov 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo Starting Django-React Blueprint with Gunicorn!
  4. exec gunicorn backend.wsgi:application \
  5. --bind 0.0.0.0:8000 \
  6. --workers 3
Add Comment
Please, Sign In to add comment