浏览代码

[IMP] deploy

Gogs 7 年之前
父节点
当前提交
e5d14057e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eiru-automation/Dockerfile

+ 1 - 1
eiru-automation/Dockerfile

@@ -26,4 +26,4 @@ VOLUME ["/opt/odoo", "/app/odoo_control"]
 
 EXPOSE 8000
 
-CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
+CMD ["gunicorn", "odoo_control.wsgi"]