Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0510 committed Mar 20, 2019
1 parent 9fc5fc7 commit 05c146b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 .
RUN cargo install --path .

0 comments on commit 05c146b

Please sign in to comment.