Commit 9be8aaaa authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent 1c9b52af
Pipeline #43330 passed with stages
in 1 minute and 18 seconds
......@@ -5,11 +5,6 @@ FROM registry.gitlab.com/meusolutions/vcci-news:base AS buildbase
# Copy toàn bộ source code (bao gồm package.json mới)
COPY . .
# *** THÊM LỆNH NÀY ***
# Chạy 'npm install' một lần nữa để đồng bộ node_modules
# với file package.json mới và cài đặt devDependencies (như ts-node, orval)
RUN npm install
# Bây giờ các script build sẽ chạy được
RUN npm run generate:api
RUN npm run build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment