Merge pull request #6483 from menloresearch/fix/dockerfile-error

update docker file for web build
This commit is contained in:
Dinh Long Nguyen 2025-09-16 19:21:52 +07:00 committed by GitHub
commit 5a481b5022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,6 @@ COPY ./Makefile ./Makefile
COPY ./.* /
COPY ./package.json ./package.json
COPY ./yarn.lock ./yarn.lock
COPY ./pre-install ./pre-install
COPY ./core ./core
# Build web application