4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/hyx/work/生产管理系统
|
|
/home/hyx/work/.venv/bin/gunicorn --config server/gunicorn_config.py server:app
|