Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykold committed Aug 19, 2024
1 parent 2474316 commit 01c8c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN pip install -U pip
WORKDIR /app

COPY requirements.txt .
RUN pip install -r requirements.txt

COPY setup.py .
# installs the project in executable mode
Expand Down

0 comments on commit 01c8c4a

Please sign in to comment.