Skip to content

Commit

Permalink
Removed requirements-dev.txt installation from Dockerfile-django-dev …
Browse files Browse the repository at this point in the history
…to match Dockerfile-grader-dev.
  • Loading branch information
james-perretta committed Aug 7, 2024
1 parent 8a42532 commit 68dfe7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-django-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM python:3.10
RUN pip install pip-tools

COPY ./requirements.txt .
COPY ./requirements-dev.txt .
RUN pip-sync requirements.txt requirements-dev.txt
RUN pip-sync requirements.txt

WORKDIR /usr/src/app

Expand Down

0 comments on commit 68dfe7c

Please sign in to comment.