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"
|
||||
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"}]
|
||||
|
||||
|
||||
@ -22,6 +22,8 @@ COPY package.json package-lock.json* ./
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||
RUN npm run build
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user