From 2b6f581f9a893e8f02ceec6d3332747748bfd7ab Mon Sep 17 00:00:00 2001 From: Dinh Long Nguyen Date: Tue, 16 Sep 2025 19:19:23 +0700 Subject: [PATCH] update docker file for web build --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b06262ec5..4271d06d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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