fix(frontend): Update build directory and referenced paths (#4461)

This commit is contained in:
sp.wack
2024-10-17 23:24:49 +04:00
committed by GitHub
parent 6cb174b7d1
commit 642e01b673
4 changed files with 38 additions and 9 deletions

View File

@@ -90,7 +90,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/build/client ./frontend/build
COPY --chown=openhands:app --chmod=770 --from=frontend-builder /app/build ./frontend/build
COPY --chown=openhands:app --chmod=770 ./containers/app/entrypoint.sh /app/entrypoint.sh
USER root