Run CI checks in Dokploy build

This commit is contained in:
Neeldhara Misra 2026-07-20 15:21:48 +05:30
parent 3d31dc1b55
commit 62544a1b97
4 changed files with 4 additions and 44 deletions

View file

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