Add Dockerfile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM rust:1.76.0
|
||||
|
||||
WORKDIR /usr/src/currency-exchange
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo build -r
|
||||
|
||||
ENTRYPOINT [ "./target/release/currency-exchange" ]
|
||||
Reference in New Issue
Block a user