From a09283a1110e680a0ac85074904da657dddee27b Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 12 Nov 2020 22:48:54 +0100 Subject: [PATCH] Fix Dockerfile Signed-off-by: trivernis --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f2c93c..c60f291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN USER=root cargo new flotte-user-management WORKDIR /usr/src/flotte-user-management COPY Cargo.toml Cargo.lock ./ -COPY msg-rpc ./msg-rpc RUN cargo build --release COPY src ./src RUN cargo install --target x86_64-unknown-linux-musl --path .