Fix editorial assets in Docker build context
Build and deploy / deploy (push) Successful in 21s

This commit is contained in:
2026-09-04 03:14:05 +03:00
parent 019076dd89
commit aad98905d5
+1
View File
@@ -6,6 +6,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
COPY web/package.json web/package-lock.json ./
RUN npm ci --no-audit --fund=false
COPY editorial/ ./editorial/
COPY web/ ./
RUN npm run build