FROM bash:5.2 WORKDIR /app COPY fake_logs.sh . RUN chmod +x fake_logs.sh CMD ["./fake_logs.sh", "100", "json"]