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 .