Include homepage content index in Docker build
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-22 18:22:42 +05:30
parent 9074e1884b
commit 85b6baa5cb

View file

@ -2,6 +2,7 @@ FROM node:22-alpine AS build
WORKDIR /app
COPY package.json ./
COPY content ./content
COPY scripts ./scripts
COPY webfonts ./webfonts
RUN npm run build