Skip to content

Commit

Permalink
fix: Derp moment
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 12, 2023
1 parent 982f4b2 commit e63390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN python -m venv /venv
COPY pyproject.toml pdm.lock uvicorn.patch ./
ADD nexus/ ./nexus
RUN pdm sync --prod --no-editable
RUN patch /venv/lib/python3.10/sites-packages/uvicorn/main.py < /app/uvicorn.patch
RUN patch /venv/lib/python3.10/site-packages/uvicorn/main.py < /app/uvicorn.patch

# ---
FROM base as final
Expand Down

0 comments on commit e63390e

Please sign in to comment.