Remove npm build as its done by build.rs

This commit is contained in:
jude
2025-12-22 16:54:21 +00:00
parent d7065cf0d6
commit 9c6c324b02

View File

@@ -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 .