Files
Neon-Desk/Dockerfile
francy51 f8426c4dde fix: persist rust binary from cache mount for COPY command
The rust binary built with a cache mount wasn't available for COPY
because cache mounts are ephemeral. Copy the binary to a persistent
location within the same RUN command while the mount is accessible.
2026-03-17 22:17:03 -04:00

2.4 KiB