feat(frontend): UI overhaul (#3604)

This commit is contained in:
sp.wack
2024-10-07 23:15:38 +04:00
committed by GitHub
parent 0186674352
commit bfdd7fd620
200 changed files with 19474 additions and 3772 deletions

View File

@@ -82,7 +82,7 @@ RUN python openhands/core/download.py # No-op to download assets
# openhands:openhands -> openhands:app
RUN find /app \! -group app -exec chgrp app {} +
COPY --chown=openhands:app --chmod=770 --from=frontend-builder /app/dist ./frontend/dist
COPY --chown=openhands:app --chmod=770 --from=frontend-builder /app/build/client ./frontend/build
COPY --chown=openhands:app --chmod=770 ./containers/app/entrypoint.sh /app/entrypoint.sh
USER root