FROM rust:latest LABEL authors="thebread " WORKDIR /app COPY . . RUN cargo build CMD ["cargo", "run", "--bin", "datafetcher"]