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 .