FROM syui/aios WORKDIR /app COPY . . RUN cargo build --release COPY ./templates /templates CMD ["/app/target/release/rust-bbs"]