- [x] Dockerfile - [x] .dockerignore - [x] multistage build - [x] env PYTHONUNBUFFERED - [x] env PYTHONDONTWRITEBYTECODE - [x] install python-re3data[cli] - [x] cmd or entrypoint re3data - [x] add test ```Dockerfile FROM python:3.12-slim ``` Ref: https://github.com/search?q=%22from+python%3A3%22+build+wheel+%22copy+pyproject.toml%22+language%3ADockerfile&type=code