batman
This commit is contained in:
4
backend/Dockerfile
Normal file
4
backend/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM rust:slim
|
||||
RUN apt update && apt install -y pkg-config librust-openssl-dev && apt clean
|
||||
RUN cargo install cargo-watch
|
||||
CMD [ "cargo", "watch", "-x", "run" ]
|
Reference in New Issue
Block a user