echbot/Dockerfile

9 lines
93 B
Docker
Raw Normal View History

2023-01-10 15:14:17 -05:00
FROM rust:1.66.0
WORKDIR /usr/src/echbot
COPY . .
RUN cargo install --path .
cmd "echbot"