This commit is contained in:
Dominic Ferrando
2025-09-20 08:31:29 -04:00
parent cb740a75d0
commit 13107f7e0e
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ COPY --from=build /app /app
RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/* 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 # 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" ] CMD [ "bun", "./build/index.js" ]
+6
View File
@@ -5286,6 +5286,12 @@
"spread": 3, "spread": 3,
"step": 12, "step": 12,
"ratio": "inverse" "ratio": "inverse"
},
{
"metric": "age",
"spread": 4,
"step": 10,
"ratio": "inverse"
} }
], ],
"unit": "ms", "unit": "ms",
+2 -2
View File
@@ -111,7 +111,7 @@
</select> </select>
</label> </label>
<label class="field w-20"> <label class="field">
<span>Age</span> <span>Age</span>
<input <input
type="number" type="number"
@@ -122,7 +122,7 @@
/> />
</label> </label>
<label class="field w-24"> <label class="field">
<span>Weight (lb)</span> <span>Weight (lb)</span>
{#if selected.metrics.age} {#if selected.metrics.age}
<input <input