Build deployed blogs from site packages
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 03:58:11 +05:30
parent 8312dc6d8a
commit 21b857b457
3 changed files with 37 additions and 3 deletions

View file

@ -6,7 +6,7 @@ COPY package.json package-lock.json ./
RUN npm ci
COPY . .
RUN npm run build:legacy
RUN npm run build
FROM nginx:1.27-alpine AS runtime