During development has anyone been able
During development has anyone been able to get
EXPOSE
working for multiple ports?1 Reply
I am able to determine that the Docker image is launched correctly. The ports are mapped, but the DO is unable to connect to any of them.
Returning to a single "EXPOSE" configuration resolves the issue during development.
It looks like this might have been a Vite 7 issue
Downgrading to Vite 6 appears to have resolved this.