From 13c3ceb559cece5f7e816bf7ea195b2e104a056a Mon Sep 17 00:00:00 2001 From: rei Date: Tue, 16 Jul 2024 15:08:04 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d27bec9..85dce10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rustlang/rust:stable as builder +FROM rustlang/rust as builder ENV RUSTFLAGS="-C target-cpu=native" @@ -36,4 +36,4 @@ COPY --from=builder /faculty_manager/target/release/faculty_manager /usr/local/b # copy config and env files COPY Cargo.lock / -CMD ["/usr/local/bin/faculty_manager"] \ No newline at end of file +CMD ["/usr/local/bin/faculty_manager"]