Update Dockerfile

This commit is contained in:
2026-02-05 22:03:15 +00:00
parent 4280ffe763
commit 99729ad76f

View File

@@ -6,6 +6,7 @@ RUN npm ci
COPY . .
RUN node ./scripts/parse-maps.js
RUN rm -r ./static/mapFiles/yaml
RUN npm run build
RUN npm prune --production