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 2, 2024
1 parent 51783bc commit 7c27820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:${PYTHON_VERSION}

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

COPY src .

0 comments on commit 7c27820

Please sign in to comment.