Skip to content
Snippets Groups Projects

Add docker image build

Closed Hannes Feldt requested to merge add-docker-image-build into main
Compare and
7 files
+ 43
7
Compare changes
  • Side-by-side
  • Inline
Files
7
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