added fast-xml-parser for testing
Some checks failed
Build / Publish Docs (push) Failing after 16s
Build / Build NPM Project (push) Failing after 54s
Build / Tag Version (push) Has been skipped

This commit is contained in:
2026-04-04 18:18:24 -04:00
parent c778f3d280
commit 15ac52b6a0
3 changed files with 95 additions and 38 deletions

View File

@@ -10,4 +10,6 @@ RUN if [ ! -d "node_modules" ]; then npm i; fi && \
# Use Nginx to serve
FROM nginx:1.23-alpine
RUN npm i fast-xml-parser
COPY --from=build /app/docs /usr/share/nginx/html