mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-24 02:08:54 +00:00
3 lines
75 B
Bash
Executable File
3 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8000"
|