Skip to content
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.

Commit

Permalink
fix(dev-docker): pip arg editable
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 26, 2025
1 parent d210ff2 commit 8ca0423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --chown=cpn:cpn telegram-bot/pyproject.toml /app/
RUN pip install --no-cache-dir --disable-pip-version-check .

COPY --chown=cpn:cpn core/ /app/core/
RUN pip install --no-cache-dir --disable-pip-version-check --upgrade --editable --no-dependencies ./core
RUN pip install --no-cache-dir --disable-pip-version-check --upgrade --no-dependencies --editable ./core

COPY --chown=cpn:cpn telegram-bot/src/ /app/src/
RUN pip install --no-cache-dir --disable-pip-version-check --editable .
Expand Down

0 comments on commit 8ca0423

Please sign in to comment.