Gogs 7 éve
szülő
commit
e5d14057e8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"]