Clean cargo in dockerfile (#735)
This commit is contained in:
parent
e7de1b3339
commit
49eef178cf
@ -2,4 +2,4 @@ FROM rust:1.39.0
|
||||
|
||||
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && make
|
||||
RUN cd lighthouse && make && cargo clean
|
||||
|
Loading…
Reference in New Issue
Block a user