fix: dockerfile

This commit is contained in:
meeg_leeto 2022-04-21 17:53:55 +01:00
parent 85d240906d
commit 63a404822a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ COPY ./Cargo.lock ./Cargo.lock
COPY ./Cargo.toml ./Cargo.toml
RUN cargo build
RUN src/*.rs
RUN rm src/*.rs
# Compile the source
COPY ./src ./src