Revert "added fast-xml-parser for testing"
Some checks failed
Build / Tag Version (push) Has been cancelled
Build / Build NPM Project (push) Has been cancelled
Build / Publish Docs (push) Has been cancelled

This reverts commit 15ac52b6a0.
This commit is contained in:
2026-04-04 18:20:44 -04:00
parent 15ac52b6a0
commit 4179b4010a
3 changed files with 38 additions and 95 deletions

View File

@@ -10,6 +10,4 @@ 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