Skip to content
Snippets Groups Projects

Add docker image build

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