Skip to content

Commit

Permalink
Merge pull request #11 from rndrmu/rndrmu-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
rndrmu authored Jul 16, 2024
2 parents bc61d08 + 13c3ceb commit 37bd7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rustlang/rust:stable as builder
FROM rustlang/rust as builder
ENV RUSTFLAGS="-C target-cpu=native"


Expand Down Expand Up @@ -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"]
CMD ["/usr/local/bin/faculty_manager"]

0 comments on commit 37bd7f4

Please sign in to comment.