mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix frontend build (#1118)
This commit is contained in:
parent
342302ceef
commit
474aafbc79
@ -6,8 +6,7 @@ COPY ./frontend/package.json frontend/package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY ./frontend ./
|
||||
RUN npm run build
|
||||
|
||||
RUN npm run make-i18n && npm run build
|
||||
|
||||
FROM python:3.12-slim as runtime
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user