Fix Docker build: remove missing readme ref, disable astro telemetry
This commit is contained in:
parent
5aa36b252a
commit
a24375accb
@ -2,7 +2,6 @@
|
|||||||
name = "spicebook"
|
name = "spicebook"
|
||||||
version = "2026.02.13"
|
version = "2026.02.13"
|
||||||
description = "Notebook interface for SPICE circuit simulation"
|
description = "Notebook interface for SPICE circuit simulation"
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]
|
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]
|
||||||
|
|
||||||
|
|||||||
@ -22,6 +22,8 @@ COPY package.json package-lock.json* ./
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user