mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user