开始
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# 加载环境变量
|
||||
export $(cat /opt/1panel/docker/compose/4an/.env | grep -v '^#' | xargs)
|
||||
|
||||
# 启动uwsgi
|
||||
exec /mnt/nfs/.venv/bin/uwsgi --ini /opt/1panel/docker/compose/4an/app/uwsgi.ini
|
||||
Reference in New Issue
Block a user