Skip to content

Commit

Permalink
moves express and nodemon to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 committed Jul 26, 2024
1 parent 818907a commit e6eaf5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 97 deletions.
2 changes: 1 addition & 1 deletion images/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ RUN cargo install cargo-nextest --version ${NEXTEST_VERSION} --locked

RUN for bin in ${RUST_BINS}; do cargo init $bin; done;
COPY . .
RUN cargo fetch -vv && cd ui && npm install --verbose
RUN cargo fetch -vv && cd ui && npm install --omit=dev --verbose
Loading

0 comments on commit e6eaf5d

Please sign in to comment.