Getting Started

Dependencies

Running the job

Build the Docker image

docker build -t schoolmint .

Run

docker run --rm -it schoolmint

Run with volume mapping

docker run --rm -it -v ${PWD}:/code/ schoolmint

Run with enrollment targets sync (optional)

docker run --rm -it schoolmint --targets