Clean cargo in dockerfile (#735)

This commit is contained in:
Paul Hauner 2019-12-18 10:36:42 +11:00 committed by GitHub
parent e7de1b3339
commit 49eef178cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@ FROM rust:1.39.0
COPY . lighthouse
RUN cd lighthouse && make
RUN cd lighthouse && make && cargo clean