Fix: use dx serve instead of broken dx build + exec in dev Dockerfile #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/just-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dx build output path (target/dx/rusty-links/debug/web/rusty-links)
no longer matches where Dioxus 0.7 places the server binary, causing
exit code 127. Switch to dx serve which handles building and running
in one step. Also fix EXPOSE port from 8080 to 4002 to match compose.yml.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com