ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Error when trying to run the docker file #61

Open vivalareda opened 11 months ago

vivalareda commented 11 months ago

error message :

Traceback (most recent call last): File "/usr/local/bin/hypercorn", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/hypercorn/main.py", line 287, in main run(config) File "/usr/local/lib/python3.11/site-packages/hypercorn/run.py", line 38, in run sockets = config.create_sockets() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/hypercorn/config.py", line 203, in create_sockets insecure_sockets = self._create_sockets(self.bind) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/hypercorn/config.py", line 266, in _create_sockets sock.bind(binding)

k-allagbe commented 11 months ago

Please add steps to reproduce.