Skip to content
Snippets Groups Projects

Add docker image build

Closed Hannes Feldt requested to merge add-docker-image-build into main
Compare and
9 files
+ 137
44
Compare changes
  • Side-by-side
  • Inline
Files
9
FROM python:3.12
RUN python -m pip install --upgrade pip
RUN pip install --upgrade cookiecutter tox twine
RUN python -m pip install --upgrade cookiecutter tox twine
Loading