Hi! Can you host a Dash app with Docker in a space?
I’m trying to and the space builds correctly (I can see the "app is running at ‘address’ thing) but the app doesn’t show up. Am I doing something wrong or is just not compatible?
I’ve tried these:
CMD ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "username-space-name.hf.space"]
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7680"]