Skip to content

Commit

Permalink
pytest requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Nov 13, 2023
1 parent 30bf8eb commit 8957140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM python:3.11-bullseye

WORKDIR /app

RUN pip install pytest

COPY ./requirements.txt /app
RUN pip install --upgrade pip --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit 8957140

Please sign in to comment.