2 lines
71 B
Bash
Executable file
2 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
exec poetry run gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090
|