# Start from the official MinIO image
FROM minio/minio:latest

# Set the command to run MinIO with the console address
CMD ["server", "/data", "--console-address", ":9001"]