Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Nov 14, 2022
1 parent 25a54d7 commit 13662a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM python:3.9

WORKDIR /code

COPY ./reverse_requirement.txt /code/reverse_requirement.txt
COPY ./requriments.txt /code/requriments.txt

RUN pip install --no-cache-dir --upgrade -r /code/reverse_requirement.txt
RUN pip install --no-cache-dir --upgrade -r /code/requriments.txt

COPY ./pastebin-bot /code/pastebin-bot

Expand Down

0 comments on commit 13662a5

Please sign in to comment.