Open Jocomol opened 1 year ago
In order to use my own container (from the `container directory) to build the ISO, I am using (as @fadnincx told me):
cd potos-iso-builder
docker run -v $(pwd)/config:/config:Z -v $(pwd)/output:/output:Z --rm -it $(docker build -q container)
Description
I often find myself having to go onto potos.dev to copy and paste the docker command to build the ISO. It would be very nice if this + checksum check were in a script delivered with the repository. I could implement this myself but I am unsure if you prefer the makefile or the bashscript approach or even think something else is better.
Additional Information
No response