Skip to content

Commit

Permalink
fix: Forgor /venv
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 12, 2023
1 parent ee88731 commit 18cbb77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV PATH="/root/.local/bin:${PATH}" \

RUN pip install -U pip setuptools wheel
RUN pip install pdm
RUN python -m venv /venv

COPY pyproject.toml pdm.lock ./
ADD nexus/ ./nexus
Expand Down

0 comments on commit 18cbb77

Please sign in to comment.