fix: crash where compiling for the first time

This commit is contained in:
meeg_leeto 2022-04-30 03:08:53 +01:00
parent e220d67fe3
commit c34309b1b7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN rm src/*.rs
# Compile the source
COPY ./src ./src
RUN rm ./target/${PROFILE:-release}/deps/lonk*
RUN rm -f ./target/${PROFILE:-release}/deps/lonk*
RUN cargo build
# Execution container