diff --git a/Dockerfile b/Dockerfile index d531512..0ed6f4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,5 +35,5 @@ COPY --from=build /app /app RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/* # Start the server by default, this can be overwritten at runtime -CMD [ "bun", "--bun", "build" ] +CMD [ "bun", "--bun", "run", "build" ] CMD [ "bun", "./build/index.js" ] diff --git a/src/lib/data/standards.json b/src/lib/data/standards.json index 6120a0d..2784266 100644 --- a/src/lib/data/standards.json +++ b/src/lib/data/standards.json @@ -5286,6 +5286,12 @@ "spread": 3, "step": 12, "ratio": "inverse" + }, + { + "metric": "age", + "spread": 4, + "step": 10, + "ratio": "inverse" } ], "unit": "ms", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2799f75..d0c2bff 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -111,7 +111,7 @@ -