1
0
Fork 0
mirror of https://github.com/ethanrusz/echbot.git synced 2025-04-15 02:46:32 -04:00
echbot/Dockerfile

8 lines
93 B
Docker

FROM rust:1.66.0
WORKDIR /usr/src/echbot
COPY . .
RUN cargo install --path .
cmd "echbot"