Skip to content

Commit

Permalink
Update dev.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 1, 2024
1 parent a9a6642 commit f6c840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:${PYTHON_VERSION}

WORKDIR /src
COPY src/setup.py README.md LICENSE ./
COPY src/pip_package_template_docker/__init__.py ./pip_package_template_docker/__init__.py
COPY src/py_overload.py ./py_overload.py
RUN pip install -e .[dev]

COPY src .

0 comments on commit f6c840f

Please sign in to comment.