Commit e1096300 authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

i'm devops

parent 24714502
...@@ -2,7 +2,7 @@ FROM registry.gitlab.com/meusolutions/vcci-news:base AS builder ...@@ -2,7 +2,7 @@ FROM registry.gitlab.com/meusolutions/vcci-news:base AS builder
COPY . . COPY . .
RUN npm run generate:api RUN node scripts/generate-api.mjs
RUN npm run build RUN npm run build
FROM node:22-alpine AS production FROM node:22-alpine AS production
......
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