DePlOyMeNt iS ThE EaSy pArT
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM rust:1.43 as builder
|
||||
|
||||
WORKDIR /usr/src/sarcastifybot
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM debian:buster
|
||||
RUN apt-get update && apt-get install -y openssl ca-certificates
|
||||
COPY --from=builder /usr/local/cargo/bin/sarcastifybot /usr/local/bin/sarcastifybot
|
||||
CMD ["sarcastifybot"]
|
||||
Reference in New Issue
Block a user