Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
#!/usr/bin/env bash

if [ -z ${IMAGES_DIR} ]; then
  echo "Set IMAGES_DIR"
  exit 10
fi

readonly CONTAINER_NAME=typesetter

# Force clean
podman rmi --all --force

# Build from Containerfile
podman build --tag ${CONTAINER_NAME} .

# Connect and mountrm \
  -i \