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"]