Skip to content
Snippets Groups Projects

Improve template documentation

Open Corné Lukken requested to merge documentalypse into main
1 unresolved thread
9 files
+ 47
29
Compare changes
  • Side-by-side
  • Inline
Files
9
FROM python:3.12
# This dockerfile is used throughout steps of the CI/CD pipeline
# It contains dependencies to execute the template and run tests
FROM python:3.13
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade cookiecutter tox twine
Loading