Skip to content

Commit

Permalink
fix: remove cargo watch can't be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Mar 24, 2024
1 parent dc05e68 commit 9510393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN sed -i 's#src/main.rs#mock.rs#' Cargo.toml

ENV CARGO_TARGET_DIR=/var/dist
RUN cargo build --release
RUN cargo install cargo-watch

RUN sed -i 's#mock.rs#src/main.rs#' Cargo.toml
# After this section no cache
Expand Down

0 comments on commit 9510393

Please sign in to comment.