From 830e198f9494a199ec9a62ec47097ed71b7d7a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Mon, 30 Sep 2019 13:58:20 +0000 Subject: [PATCH] Add cargo watch --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4690498..41e0db9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,3 +44,6 @@ RUN cargo install cargo-tarpaulin # Install http server RUN cargo install https + +# Install watcher +RUN cargo install cargo-watch -- GitLab