Fix Docker build: remove missing readme ref, disable astro telemetry

This commit is contained in:
Ryan Malloy 2026-02-13 03:39:00 -07:00
parent 5aa36b252a
commit a24375accb
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,6 @@
name = "spicebook"
version = "2026.02.13"
description = "Notebook interface for SPICE circuit simulation"
readme = "README.md"
requires-python = ">=3.12"
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]

View File

@ -22,6 +22,8 @@ COPY package.json package-lock.json* ./
RUN npm ci
COPY . .
ENV ASTRO_TELEMETRY_DISABLED=1
RUN npm run build