update docker file for web build

This commit is contained in:
Dinh Long Nguyen 2025-09-16 19:19:23 +07:00
parent e88b8baf19
commit 2b6f581f9a

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