fix(den): hide mobile rename summary and repair docker startup (#1001)

Keep the worker rename step focused on small screens, and point the Den Docker services at their built entrypoints so the onboarding flow can be verified end to end.
This commit is contained in:
Omar McAdam
2026-03-17 17:30:15 -07:00
committed by GitHub
parent 0a6dce072f
commit abc5559d8a
3 changed files with 3 additions and 3 deletions

View File

@@ -23,4 +23,4 @@ RUN pnpm --dir /app/services/den-worker-proxy run build
EXPOSE 8789
CMD ["sh", "-lc", "node dist/server.js"]
CMD ["sh", "-lc", "node services/den-worker-proxy/dist/server.js"]