From 05c146bf9a79a30ecfe410a41b94e660ffee626c Mon Sep 17 00:00:00 2001 From: Gargi Sharma Date: Wed, 20 Mar 2019 13:37:49 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98d8701..2242e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM rust:1.31 -COPY . /Users/gargisharma/rust/projects/strace -WORKDIR /Users/gargisharma/rust/projects/strace +COPY . rustrace +WORKDIR rustrace COPY . . -RUN cargo install --path . \ No newline at end of file +RUN cargo install --path .