Skip to content

Draft: Add a Docker entrypoint

Andrej Shadura requested to merge add-docker-entrypoint into main
  • Default to Python 3.10, drop 3.8
  • Add a Docker entrypoint
  • Don’t install the config.

The Docker entrypoint saves effort for users: they can map a config inside a container based on the stock image without having to rebuild it.

Since the config is no longer necessary inside the image, don’t install it.

Edited by Andrej Shadura

Merge request reports