Skip to content

Commit

Permalink
?? chore(Dockerfile): remove unnecessary COPY command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken authored and Nat1anWasTaken committed Sep 17, 2023
1 parent 5503cc7 commit 0457871
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 @@ -5,7 +5,6 @@ RUN apt-get update
RUN apt-get install -y git curl jq
RUN pip install --user -r /requirements.txt

COPY --from=builder /root/.local /root/.local
COPY . .

CMD ["bash", "/script/run.sh"]

0 comments on commit 0457871

Please sign in to comment.