Skip to content

Commit

Permalink
remove copy of download/requirements.txt from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Jul 3, 2024
1 parent 3262819 commit b067517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

COPY ./.devcontainer/post-create-command.sh /scripts/
COPY ./requirements.txt requirements.txt
COPY ./download/requirements.txt download/requirements.txt
COPY ./Gemfile Gemfile
COPY ./Gemfile.lock Gemfile.lock
RUN bash /scripts/post-create-command.sh
Expand Down

0 comments on commit b067517

Please sign in to comment.