Skip to content

0.0.6

Compare
Choose a tag to compare
@JoshuaSchlichting JoshuaSchlichting released this 25 Aug 04:58
· 21 commits to master since this release
d402178
Usage: ./jo.sh [COMMAND] [OPTIONS]
Commands:
  build: Build the container
    --poetry-install: Install the dependencies in the pyproject.toml file into the image
    --no-cache: Do not use cache when building the image
    --no-cache-all: Do not use cache at all when building the image
    --image [IMAGE]: Use a different Python image (default: 3.10-slim-buster)
  clean: Stop and remove the container and image
  install: Install this script to /usr/local/bin/jo.sh and create a josh symlink (may require sudo)
  uninstall: Uninstall this script from /usr/local/bin/jo.sh (may require sudo)
  help: Show this help message