From 9c6c324b02923880deb6ea0bf2c77ac46e266d5f Mon Sep 17 00:00:00 2001 From: jude Date: Mon, 22 Dec 2025 16:54:21 +0000 Subject: [PATCH] Remove npm build as its done by build.rs --- Containerfile.run | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile.run b/Containerfile.run index 81a8be3..dd78d42 100644 --- a/Containerfile.run +++ b/Containerfile.run @@ -25,9 +25,6 @@ COPY ./Cargo.lock ./ COPY ./Cargo.toml ./ COPY ./dp.py ./ -# Build dashboard assets explicitly to ensure dist exists -RUN npm ci --prefix reminder-dashboard && npm run build --prefix reminder-dashboard - # Build and install the Rust binary RUN cargo install --path .