All checks were successful
continuous-integration/drone/push Build is passing
Change build script to output to public/dist instead of ../backend/web/static/dist. The Dockerfile copies from frontend/public/, so the previous path caused builds to output to a non-existent directory, resulting in stale files being deployed. Also add mkdir -p to dev script for robustness.