diff --git a/.gitignore b/.gitignore index 875ef67..491ddde 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules # Transpiled JSON /static/mapFiles/json/ /static/map-index.json +/src/lib/assets/route/*.json # Output .output diff --git a/Dockerfile b/Dockerfile index ee9a08a..55bcbf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm ci COPY . . RUN node ./scripts/parse-maps.js -RUN rm -r ./static/mapFiles/yaml +RUN rm -r ./static/mapFiles RUN npm run build RUN npm prune --production